Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLInputSource
-
-
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLInputSource Modifier and Type Method Description void
DOMConfigurationImpl. parse(XMLInputSource inputSource)
Parse an XML document. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return XMLInputSource Modifier and Type Method Description XMLInputSource
ExternalSubsetResolver. getExternalSubset(XMLDTDDescription grammarDescription)
Locates an external subset for documents which do not explicitly provide one.XMLInputSource
XMLEntityManager. resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves the specified public and system identifiers.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLInputSource Modifier and Type Method Description short
XMLVersionDetector. determineDocVersion(XMLInputSource inputSource)
This methods scans the XML declaration to find out the version (and provisional encoding) of the document.void
XMLDocumentFragmentScannerImpl. setInputSource(XMLInputSource inputSource)
Sets the input source.void
XMLDocumentScannerImpl. setInputSource(XMLInputSource inputSource)
Sets the input source.void
XMLDTDScannerImpl. setInputSource(XMLInputSource inputSource)
Sets the input source.String
XMLEntityManager. setupCurrentEntity(String name, XMLInputSource xmlInputSource, boolean literal, boolean isExternal)
This method uses the passed-in XMLInputSource to make fCurrentEntity usable for reading.void
XMLEntityManager. startDocumentEntity(XMLInputSource xmlInputSource)
Starts the document entity.void
XMLEntityManager. startDTDEntity(XMLInputSource xmlInputSource)
Starts the DTD entity.void
XMLEntityManager. startEntity(String name, XMLInputSource xmlInputSource, boolean literal, boolean isExternal)
Starts an entity. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLInputSource Modifier and Type Method Description Grammar
XMLDTDLoader. loadGrammar(XMLInputSource source)
Returns a Grammar object by parsing the contents of the entity pointed to by source.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLInputSource Constructor Description XMLDTDDescription(XMLInputSource source)
-
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XMLInputSource Modifier and Type Method Description static XMLInputSource
XMLSchemaLoader. resolveDocument(XSDDescription desc, Hashtable locationPairs, XMLEntityResolver entityResolver)
This method tries to resolve location of the given schema.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLInputSource Modifier and Type Method Description Grammar
XMLSchemaLoader. loadGrammar(XMLInputSource source)
Returns a Grammar object by parsing the contents of the entity pointed to by source.void
XMLSchemaLoader. loadGrammar(XMLInputSource[] source)
Returns a Grammar object by parsing the contents of the entities pointed to by sources. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti declared as XMLInputSource Modifier and Type Field Description protected XMLInputSource
SchemaParsingConfig. fInputSource
Input SourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLInputSource Modifier and Type Method Description void
SchemaDOMParser. parse(XMLInputSource inputSource)
Delegates parsing to SchemaParsingConfigvoid
SchemaParsingConfig. parse(XMLInputSource source)
Parses the specified input source.void
SchemaParsingConfig. setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers with parameters of type XMLInputSource Modifier and Type Method Description SchemaGrammar
XSDHandler. parseSchema(XMLInputSource is, XSDDescription desc, Hashtable locationPairs)
This method initiates the parse of a schema. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Subclasses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util Modifier and Type Class Description class
XSInputSource
-
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as XMLInputSource Modifier and Type Field Description protected XMLInputSource
DTDConfiguration. fInputSource
Input Sourceprotected XMLInputSource
NonValidatingConfiguration. fInputSource
Input Sourceprotected XMLInputSource
XML11Configuration. fInputSource
protected XMLInputSource
XML11DTDConfiguration. fInputSource
protected XMLInputSource
XML11NonValidatingConfiguration. fInputSource
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLInputSource Modifier and Type Method Description abstract void
BasicParserConfiguration. parse(XMLInputSource inputSource)
Parse an XML document.void
DTDConfiguration. parse(XMLInputSource source)
Parses the specified input source.void
NonValidatingConfiguration. parse(XMLInputSource source)
Parses the specified input source.void
XML11Configuration. parse(XMLInputSource source)
Parses the specified input source.void
XML11DTDConfiguration. parse(XMLInputSource source)
Parses the specified input source.void
XML11NonValidatingConfiguration. parse(XMLInputSource source)
Parses the specified input source.void
XMLParser. parse(XMLInputSource inputSource)
parseGrammar
XMLGrammarCachingConfiguration. parseGrammar(String type, XMLInputSource is)
Parse a grammar from a location identified by an XMLInputSource.Grammar
XMLGrammarPreparser. preparseGrammar(String type, XMLInputSource is)
Parse a grammar from a location identified by an XMLInputSource.void
DTDConfiguration. setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.void
NonValidatingConfiguration. setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.void
XML11Configuration. setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.void
XML11DTDConfiguration. setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.void
XML11NonValidatingConfiguration. setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Subclasses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util Modifier and Type Class Description class
DOMInputSource
AnXMLInputSource
analogue tojavax.xml.transform.dom.DOMSource
.class
HTTPInputSource
This class represents an input source for an XML resource retrievable over HTTP.class
SAXInputSource
AnXMLInputSource
analogue tojavax.xml.transform.sax.SAXSource
.class
StAXInputSource
AnXMLInputSource
analogue tojavax.xml.transform.stax.StAXSource
.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that return XMLInputSource Modifier and Type Method Description XMLInputSource
EntityResolver2Wrapper. getExternalSubset(XMLDTDDescription grammarDescription)
Locates an external subset for documents which do not explicitly provide one.XMLInputSource
DOMEntityResolverWrapper. resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.XMLInputSource
EntityResolver2Wrapper. resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.XMLInputSource
EntityResolverWrapper. resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLInputSource Modifier and Type Method Description protected Reader
XIncludeTextReader. getReader(XMLInputSource source)
Return the Reader for given XMLInputSource.void
XIncludeTextReader. setInputSource(XMLInputSource source)
Sets the input source on this text reader.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLInputSource Constructor Description XInclude11TextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize)
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler.XIncludeTextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize)
Construct the XIncludeReader using the XMLInputSource and XIncludeHandler. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars with parameters of type XMLInputSource Modifier and Type Method Description Grammar
XMLGrammarLoader. loadGrammar(XMLInputSource source)
Returns a Grammar object by parsing the contents of the entity pointed to by source. -
Uses of XMLInputSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser that return XMLInputSource Modifier and Type Method Description XMLInputSource
XMLEntityResolver. resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser with parameters of type XMLInputSource Modifier and Type Method Description void
XMLParserConfiguration. parse(XMLInputSource inputSource)
Parse an XML document.void
XMLDocumentScanner. setInputSource(XMLInputSource inputSource)
Sets the input source.void
XMLDTDScanner. setInputSource(XMLInputSource inputSource)
Sets the input source.void
XMLPullParserConfiguration. setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.
-