Modifier and Type | Method and Description |
---|---|
void |
DOMNormalizer.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLEntityDescription
This interface describes the properties of entities--their
physical location and their name.
|
Modifier and Type | Field and Description |
---|---|
XMLResourceIdentifier |
XMLEntityManager.ExternalEntity.entityLocation
container for all relevant entity location information.
|
XMLResourceIdentifier |
XMLEntityManager.ScannedEntity.entityLocation
entity location information
|
Modifier and Type | Method and Description |
---|---|
XMLResourceIdentifier |
XMLEntityManager.getCurrentResourceIdentifier() |
Modifier and Type | Method and Description |
---|---|
XMLInputSource |
XMLEntityManager.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves the specified public and system identifiers.
|
void |
XMLScanner.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLEntityHandler.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLDocumentScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLDocumentFragmentScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLDTDScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLNamespaceBinder.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
Constructor and Description |
---|
ExternalEntity(String name,
XMLResourceIdentifier entityLocation,
String notation,
boolean inExternalSubset)
Constructs an internal entity.
|
ScannedEntity(String name,
XMLResourceIdentifier entityLocation,
InputStream stream,
Reader reader,
byte[] byteBuffer,
String encoding,
boolean literal,
boolean mayReadChunks,
boolean isExternal)
Constructs a scanned entity.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLDTDDescription
All information specific to DTD grammars.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDProcessor.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
DTDGrammar.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
XMLDTDProcessor.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
DTDGrammar.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
XMLDTDProcessor.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
The start of the DTD external subset.
|
void |
DTDGrammar.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
The start of the DTD external subset.
|
void |
XMLDTDValidator.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
XMLDTDProcessor.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of a parameter entity.
|
void |
DTDGrammar.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
XMLDTDProcessor.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
void |
DTDGrammar.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
Constructor and Description |
---|
XMLDTDDescription(XMLResourceIdentifier id,
String rootName) |
Modifier and Type | Class and Description |
---|---|
class |
XSDDescription
All information specific to XML Schema grammars.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaValidator.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultXMLDocumentHandler.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
An external entity declaration.
|
void |
DefaultXMLDocumentHandler.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
A notation declaration
|
void |
DefaultXMLDocumentHandler.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
The start of the DTD external subset.
|
void |
DefaultXMLDocumentHandler.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
DefaultXMLDocumentHandler.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations)
This method notifies of the start of a parameter entity.
|
void |
DefaultXMLDocumentHandler.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
An unparsed entity declaration.
|
Modifier and Type | Method and Description |
---|---|
void |
DTDParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
An external entity declaration.
|
void |
AbstractXMLDocumentParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
AbstractSAXParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
AbstractDOMParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
An external entity declaration.
|
void |
DTDParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
A notation declaration
|
void |
AbstractXMLDocumentParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
AbstractSAXParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
AbstractDOMParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
A notation declaration
|
void |
DTDParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
The start of the external subset.
|
void |
AbstractXMLDocumentParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
The start of the DTD external subset.
|
void |
AbstractSAXParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
The start of the DTD external subset.
|
void |
AbstractDOMParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
The start of the DTD external subset.
|
void |
AbstractXMLDocumentParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of an entity.
|
void |
AbstractSAXParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of an entity.
|
void |
AbstractDOMParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
AbstractXMLDocumentParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of an entity.
|
void |
AbstractSAXParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of parameter entity.
|
void |
AbstractDOMParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies of the start of a parameter entity.
|
void |
DTDParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
An unparsed entity declaration.
|
void |
AbstractXMLDocumentParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
void |
AbstractSAXParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
void |
AbstractDOMParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
An unparsed entity declaration.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLEntityDescriptionImpl
This class is an implementation of the XMLEntityDescription
interface which describes the properties of an entity.
|
class |
XMLResourceIdentifierImpl
The XMLResourceIdentifierImpl class is an implementation of the
XMLResourceIdentifier interface which defines the location identity
of a resource.
|
Modifier and Type | Method and Description |
---|---|
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.
|
String |
XMLCatalogResolver.resolveIdentifier(XMLResourceIdentifier resourceIdentifier)
Resolves an identifier using the catalog.
|
Constructor and Description |
---|
HTTPInputSource(XMLResourceIdentifier resourceIdentifier)
Constructs an input source from a XMLResourceIdentifier
object, leaving resolution of the entity and opening of
the input stream up to the caller.
|
Modifier and Type | Field and Description |
---|---|
protected XMLResourceIdentifier |
XIncludeHandler.fCurrentBaseURI |
Modifier and Type | Method and Description |
---|---|
protected void |
XIncludeHandler.addNotation(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
Caches a notation.
|
protected void |
XIncludeHandler.addUnparsedEntity(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
Caches an unparsed entity.
|
void |
XIncludeHandler.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations) |
void |
XIncludeHandler.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations) |
void |
XIncludeHandler.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations) |
void |
XIncludeHandler.startGeneralEntity(String name,
XMLResourceIdentifier resId,
String encoding,
Augmentations augs) |
void |
XIncludeHandler.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations) |
void |
XIncludeHandler.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations) |
Modifier and Type | Method and Description |
---|---|
void |
XMLDTDHandler.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
An external entity declaration.
|
void |
XMLDTDHandler.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
A notation declaration
|
void |
XMLDTDHandler.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
The start of the DTD external subset.
|
void |
XMLDocumentHandler.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
This method notifies the start of a general entity.
|
void |
XMLDocumentFragmentHandler.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations)
This method notifies the start of a general entity.
|
void |
XMLDTDHandler.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations)
This method notifies of the start of a parameter entity.
|
void |
XMLDTDHandler.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
An unparsed entity declaration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XMLDTDDescription
All information specific to DTD grammars.
|
interface |
XMLGrammarDescription
This interface describes basic attributes of XML grammars--their
physical location and their type.
|
interface |
XMLSchemaDescription
All information specific to XML Schema grammars.
|
Modifier and Type | Method and Description |
---|---|
XMLInputSource |
XMLEntityResolver.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.
|
Constructor and Description |
---|
XMLInputSource(XMLResourceIdentifier resourceIdentifier)
Constructs an input source from a XMLResourceIdentifier
object, leaving resolution of the entity and opening of
the input stream up to the caller.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.