org.apache.cocoon.processor.xslt
Class LotusXSLProcessor.XMLParser

java.lang.Object
  |
  +--com.lotus.xpath.XPathSupportDefault
        |
        +--com.lotus.xml.XMLParserLiaisonDefault
              |
              +--org.apache.cocoon.processor.xslt.LotusXSLProcessor.XMLParser
Enclosing class:
LotusXSLProcessor

class LotusXSLProcessor.XMLParser
extends com.lotus.xml.XMLParserLiaisonDefault


Field Summary
(package private)  Parser parser
           
 
Fields inherited from class com.lotus.xml.XMLParserLiaisonDefault
m_acceptLanguage, m_attrSpecialChars, m_candidateNoAncestorXMLNS, m_dataProviders, m_envSupport, m_extensionFunctionNamespaces, m_formatterListener, m_indent, m_NSInfoNullNoAncestorXMLNS, m_NSInfoNullWithoutXMLNS, m_NSInfoNullWithXMLNS, m_NSInfos, m_NSInfoUnProcNoAncestorXMLNS, m_NSInfoUnProcWithoutXMLNS, m_NSInfoUnProcWithXMLNS, m_processNamespaces, m_shouldExpandEntityRefs, m_sourceDocs, m_use_validation, S_XMLNAMESPACEURI
 
Constructor Summary
LotusXSLProcessor.XMLParser(Parser parser)
           
 
Method Summary
 org.w3c.dom.Document createDocument()
           
 boolean isIgnorableWhitespace(org.w3c.dom.Text text)
           
 org.w3c.dom.Document parseXMLStream(java.io.Reader in, java.lang.String filename)
           
 org.w3c.dom.Document parseXMLStream(java.net.URL url)
           
 
Methods inherited from class com.lotus.xml.XMLParserLiaisonDefault
, addExtensionNamespace, assert, associateXLocatorToNode, error, error, extFunction, findURIFromDoc, functionAvailable, getAcceptLanguage, getDefaultXPathFactory, getDOMFactory, getElementByID, getExpandedAttributeName, getExpandedElementName, getFormatterListener, getIndent, getLocalNameOfNode, getNamespaceForPrefix, getNamespaceOfNode, getNodeData, getNodeSetByKey, getParentOfNode, getParserDescription, getProcessNamespaces, getRoot, getShouldExpandEntityRefs, getSourceDocsTable, getSpecialCharacters, getUnparsedEntityURI, getURLFromString, getUseValidation, getVariable, getXLocatorFromNode, locateAttrParent, parseXML, parseXMLStream, parseXMLStream, parseXMLStream, problem, readObject, reset, setAcceptLanguage, setEnvSupport, setFormatterListener, setIndent, setProcessNamespaces, SetShouldExpandEntityRefs, setSpecialCharacters, setUseValidation, shouldStripSourceNode, supportsSAX, toMarkup, toMarkup, warn, warn, writeObject
 
Methods inherited from class com.lotus.xpath.XPathSupportDefault
parseXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parser

Parser parser
Constructor Detail

LotusXSLProcessor.XMLParser

public LotusXSLProcessor.XMLParser(Parser parser)
Method Detail

createDocument

public org.w3c.dom.Document createDocument()
Overrides:
createDocument in class com.lotus.xml.XMLParserLiaisonDefault

isIgnorableWhitespace

public boolean isIgnorableWhitespace(org.w3c.dom.Text text)
Overrides:
isIgnorableWhitespace in class com.lotus.xml.XMLParserLiaisonDefault

parseXMLStream

public org.w3c.dom.Document parseXMLStream(java.io.Reader in,
                                           java.lang.String filename)
Overrides:
parseXMLStream in class com.lotus.xml.XMLParserLiaisonDefault

parseXMLStream

public org.w3c.dom.Document parseXMLStream(java.net.URL url)
Overrides:
parseXMLStream in class com.lotus.xml.XMLParserLiaisonDefault


Copyright 1999 Java Apache Project. All Rights Reserved.