Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XMLResourceIdentifier
-
-
Uses of XMLResourceIdentifier 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 XMLResourceIdentifier Modifier and Type Method Description void
DOMNormalizer. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies the start of a general entity. -
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Subinterfaces of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl Modifier and Type Interface Description interface
XMLEntityDescription
This interface describes the properties of entities--their physical location and their name.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as XMLResourceIdentifier Modifier and Type Field Description XMLResourceIdentifier
XMLEntityManager.ExternalEntity. entityLocation
container for all relevant entity location information.XMLResourceIdentifier
XMLEntityManager.ScannedEntity. entityLocation
entity location informationMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return XMLResourceIdentifier Modifier and Type Method Description XMLResourceIdentifier
XMLEntityManager. getCurrentResourceIdentifier()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLResourceIdentifier Modifier and Type Method Description XMLInputSource
XMLEntityManager. resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves the specified public and system identifiers.void
XMLDocumentFragmentScannerImpl. 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
XMLDTDScannerImpl. 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
XMLScanner. 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.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLResourceIdentifier Constructor 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. -
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that implement XMLResourceIdentifier Modifier and Type Class Description class
XMLDTDDescription
All information specific to DTD grammars.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLResourceIdentifier Modifier and Type Method Description void
DTDGrammar. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
An external entity declaration.void
XMLDTDProcessor. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
An external entity declaration.void
DTDGrammar. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
A notation declarationvoid
XMLDTDProcessor. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
A notation declarationvoid
DTDGrammar. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
The start of the DTD external subset.void
XMLDTDProcessor. 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
DTDGrammar. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies of the start of an entity.void
XMLDTDProcessor. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies of the start of a parameter entity.void
DTDGrammar. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
An unparsed entity declaration.void
XMLDTDProcessor. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
An unparsed entity declaration.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLResourceIdentifier Constructor Description XMLDTDDescription(XMLResourceIdentifier id, String rootName)
-
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XMLResourceIdentifier Modifier and Type Class Description class
XSDDescription
All information specific to XML Schema grammars.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLResourceIdentifier Modifier and Type Method Description void
XMLSchemaValidator. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies the start of a general entity. -
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLResourceIdentifier Modifier and Type Method 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 declarationvoid
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. -
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLResourceIdentifier Modifier and Type Method Description void
AbstractDOMParser. 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
AbstractXMLDocumentParser. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
An external entity declaration.void
DTDParser. externalEntityDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)
An external entity declaration.void
AbstractDOMParser. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
A notation declarationvoid
AbstractSAXParser. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
A notation declarationvoid
AbstractXMLDocumentParser. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augs)
A notation declarationvoid
DTDParser. notationDecl(String name, XMLResourceIdentifier identifier, Augmentations augmentations)
A notation declarationvoid
AbstractDOMParser. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
The start of the DTD external subset.void
AbstractSAXParser. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augs)
The start of the DTD external subset.void
AbstractXMLDocumentParser. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
The start of the DTD external subset.void
DTDParser. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
The start of the external subset.void
AbstractDOMParser. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies the start of a general entity.void
AbstractSAXParser. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies of the start of an entity.void
AbstractXMLDocumentParser. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies the start of an entity.void
AbstractDOMParser. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies of the start of a parameter entity.void
AbstractSAXParser. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies of the start of parameter entity.void
AbstractXMLDocumentParser. startParameterEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
This method notifies the start of an entity.void
AbstractDOMParser. 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
AbstractXMLDocumentParser. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augs)
An unparsed entity declaration.void
DTDParser. unparsedEntityDecl(String name, XMLResourceIdentifier identifier, String notation, Augmentations augmentations)
An unparsed entity declaration. -
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util that implement XMLResourceIdentifier Modifier and Type Class 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.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLResourceIdentifier Modifier and Type Method Description 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.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLResourceIdentifier Constructor 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. -
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude declared as XMLResourceIdentifier Modifier and Type Field Description protected XMLResourceIdentifier
XIncludeHandler. fCurrentBaseURI
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLResourceIdentifier Modifier and Type Method 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)
-
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type XMLResourceIdentifier Modifier and Type Method 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 declarationvoid
XMLDTDHandler. startExternalSubset(XMLResourceIdentifier identifier, Augmentations augmentations)
The start of the DTD external subset.void
XMLDocumentFragmentHandler. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augmentations)
This method notifies the start of a general entity.void
XMLDocumentHandler. startGeneralEntity(String name, XMLResourceIdentifier identifier, String encoding, Augmentations augs)
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. -
Uses of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars
Subinterfaces of XMLResourceIdentifier in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars Modifier and Type Interface 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. -
Uses of XMLResourceIdentifier 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 with parameters of type XMLResourceIdentifier Modifier and Type Method Description XMLInputSource
XMLEntityResolver. resolveEntity(XMLResourceIdentifier resourceIdentifier)
Resolves an external parsed entity.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser with parameters of type XMLResourceIdentifier Constructor 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.
-