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 voidDOMConfigurationImpl. 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 XMLInputSourceExternalSubsetResolver. getExternalSubset(XMLDTDDescription grammarDescription)Locates an external subset for documents which do not explicitly provide one.XMLInputSourceXMLEntityManager. 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 shortXMLVersionDetector. determineDocVersion(XMLInputSource inputSource)This methods scans the XML declaration to find out the version (and provisional encoding) of the document.voidXMLDocumentFragmentScannerImpl. setInputSource(XMLInputSource inputSource)Sets the input source.voidXMLDocumentScannerImpl. setInputSource(XMLInputSource inputSource)Sets the input source.voidXMLDTDScannerImpl. setInputSource(XMLInputSource inputSource)Sets the input source.StringXMLEntityManager. setupCurrentEntity(String name, XMLInputSource xmlInputSource, boolean literal, boolean isExternal)This method uses the passed-in XMLInputSource to make fCurrentEntity usable for reading.voidXMLEntityManager. startDocumentEntity(XMLInputSource xmlInputSource)Starts the document entity.voidXMLEntityManager. startDTDEntity(XMLInputSource xmlInputSource)Starts the DTD entity.voidXMLEntityManager. 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 GrammarXMLDTDLoader. 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 XMLInputSourceXMLSchemaLoader. 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 GrammarXMLSchemaLoader. loadGrammar(XMLInputSource source)Returns a Grammar object by parsing the contents of the entity pointed to by source.voidXMLSchemaLoader. 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 XMLInputSourceSchemaParsingConfig. fInputSourceInput SourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLInputSource Modifier and Type Method Description voidSchemaDOMParser. parse(XMLInputSource inputSource)Delegates parsing to SchemaParsingConfigvoidSchemaParsingConfig. parse(XMLInputSource source)Parses the specified input source.voidSchemaParsingConfig. 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 SchemaGrammarXSDHandler. 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 classXSInputSource -
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 XMLInputSourceDTDConfiguration. fInputSourceInput Sourceprotected XMLInputSourceNonValidatingConfiguration. fInputSourceInput Sourceprotected XMLInputSourceXML11Configuration. fInputSourceprotected XMLInputSourceXML11DTDConfiguration. fInputSourceprotected XMLInputSourceXML11NonValidatingConfiguration. fInputSourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLInputSource Modifier and Type Method Description abstract voidBasicParserConfiguration. parse(XMLInputSource inputSource)Parse an XML document.voidDTDConfiguration. parse(XMLInputSource source)Parses the specified input source.voidNonValidatingConfiguration. parse(XMLInputSource source)Parses the specified input source.voidXML11Configuration. parse(XMLInputSource source)Parses the specified input source.voidXML11DTDConfiguration. parse(XMLInputSource source)Parses the specified input source.voidXML11NonValidatingConfiguration. parse(XMLInputSource source)Parses the specified input source.voidXMLParser. parse(XMLInputSource inputSource)parseGrammarXMLGrammarCachingConfiguration. parseGrammar(String type, XMLInputSource is)Parse a grammar from a location identified by an XMLInputSource.GrammarXMLGrammarPreparser. preparseGrammar(String type, XMLInputSource is)Parse a grammar from a location identified by an XMLInputSource.voidDTDConfiguration. setInputSource(XMLInputSource inputSource)Sets the input source for the document to parse.voidNonValidatingConfiguration. setInputSource(XMLInputSource inputSource)Sets the input source for the document to parse.voidXML11Configuration. setInputSource(XMLInputSource inputSource)Sets the input source for the document to parse.voidXML11DTDConfiguration. setInputSource(XMLInputSource inputSource)Sets the input source for the document to parse.voidXML11NonValidatingConfiguration. 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 classDOMInputSourceAnXMLInputSourceanalogue tojavax.xml.transform.dom.DOMSource.classHTTPInputSourceThis class represents an input source for an XML resource retrievable over HTTP.classSAXInputSourceAnXMLInputSourceanalogue tojavax.xml.transform.sax.SAXSource.classStAXInputSourceAnXMLInputSourceanalogue 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 XMLInputSourceEntityResolver2Wrapper. getExternalSubset(XMLDTDDescription grammarDescription)Locates an external subset for documents which do not explicitly provide one.XMLInputSourceDOMEntityResolverWrapper. resolveEntity(XMLResourceIdentifier resourceIdentifier)Resolves an external parsed entity.XMLInputSourceEntityResolver2Wrapper. resolveEntity(XMLResourceIdentifier resourceIdentifier)Resolves an external parsed entity.XMLInputSourceEntityResolverWrapper. 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 ReaderXIncludeTextReader. getReader(XMLInputSource source)Return the Reader for given XMLInputSource.voidXIncludeTextReader. 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 GrammarXMLGrammarLoader. 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 XMLInputSourceXMLEntityResolver. 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 voidXMLParserConfiguration. parse(XMLInputSource inputSource)Parse an XML document.voidXMLDocumentScanner. setInputSource(XMLInputSource inputSource)Sets the input source.voidXMLDTDScanner. setInputSource(XMLInputSource inputSource)Sets the input source.voidXMLPullParserConfiguration. setInputSource(XMLInputSource inputSource)Sets the input source for the document to parse.
-