Modifier and Type | Method and Description |
---|---|
void |
DOMConfigurationImpl.parse(XMLInputSource inputSource)
Parse an XML document.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
short |
XMLVersionDetector.determineDocVersion(XMLInputSource inputSource)
This methods scans the XML declaration to find out the version
(and provisional encoding) of the document.
|
void |
XMLDocumentScannerImpl.setInputSource(XMLInputSource inputSource)
Sets the input source.
|
void |
XMLDocumentFragmentScannerImpl.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.
|
Modifier and Type | Method and Description |
---|---|
Grammar |
XMLDTDLoader.loadGrammar(XMLInputSource source)
Returns a Grammar object by parsing the contents of the
entity pointed to by source.
|
Constructor and Description |
---|
XMLDTDDescription(XMLInputSource source) |
Modifier and Type | Method and Description |
---|---|
static XMLInputSource |
XMLSchemaLoader.resolveDocument(XSDDescription desc,
Hashtable locationPairs,
XMLEntityResolver entityResolver)
This method tries to resolve location of the given schema.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected XMLInputSource |
SchemaParsingConfig.fInputSource
Input Source
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaParsingConfig.parse(XMLInputSource source)
Parses the specified input source.
|
void |
SchemaDOMParser.parse(XMLInputSource inputSource)
Delegates parsing to SchemaParsingConfig
|
void |
SchemaParsingConfig.setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.
|
Modifier and Type | Method and Description |
---|---|
SchemaGrammar |
XSDHandler.parseSchema(XMLInputSource is,
XSDDescription desc,
Hashtable locationPairs)
This method initiates the parse of a schema.
|
Modifier and Type | Class and Description |
---|---|
class |
XSInputSource |
Modifier and Type | Field and Description |
---|---|
protected XMLInputSource |
XML11NonValidatingConfiguration.fInputSource |
protected XMLInputSource |
XML11DTDConfiguration.fInputSource |
protected XMLInputSource |
XML11Configuration.fInputSource |
protected XMLInputSource |
NonValidatingConfiguration.fInputSource
Input Source
|
protected XMLInputSource |
DTDConfiguration.fInputSource
Input Source
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParser.parse(XMLInputSource inputSource)
parse
|
void |
XML11NonValidatingConfiguration.parse(XMLInputSource source)
Parses the specified input source.
|
void |
XML11DTDConfiguration.parse(XMLInputSource source)
Parses the specified input source.
|
void |
XML11Configuration.parse(XMLInputSource source)
Parses the specified input source.
|
void |
NonValidatingConfiguration.parse(XMLInputSource source)
Parses the specified input source.
|
void |
DTDConfiguration.parse(XMLInputSource source)
Parses the specified input source.
|
abstract void |
BasicParserConfiguration.parse(XMLInputSource inputSource)
Parse an XML document.
|
Grammar |
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 |
XML11NonValidatingConfiguration.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 |
XML11Configuration.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 |
DTDConfiguration.setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMInputSource
An
XMLInputSource analogue to javax.xml.transform.dom.DOMSource . |
class |
HTTPInputSource
This class represents an input source for an XML resource
retrievable over HTTP.
|
class |
SAXInputSource
An
XMLInputSource analogue to javax.xml.transform.sax.SAXSource . |
class |
StAXInputSource
An
XMLInputSource analogue to javax.xml.transform.stax.StAXSource . |
Modifier and Type | Method and Description |
---|---|
XMLInputSource |
EntityResolver2Wrapper.getExternalSubset(XMLDTDDescription grammarDescription)
Locates an external subset for documents which do not explicitly
provide one.
|
XMLInputSource |
XMLCatalogResolver.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external entity.
|
XMLInputSource |
EntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
XMLInputSource |
EntityResolver2Wrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
XMLInputSource |
DOMEntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Grammar |
XMLGrammarLoader.loadGrammar(XMLInputSource source)
Returns a Grammar object by parsing the contents of the
entity pointed to by source.
|
Modifier and Type | Method and Description |
---|---|
XMLInputSource |
XMLEntityResolver.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLParserConfiguration.parse(XMLInputSource inputSource)
Parse an XML document.
|
void |
XMLPullParserConfiguration.setInputSource(XMLInputSource inputSource)
Sets the input source for the document to parse.
|
void |
XMLDocumentScanner.setInputSource(XMLInputSource inputSource)
Sets the input source.
|
void |
XMLDTDScanner.setInputSource(XMLInputSource inputSource)
Sets the input source.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.