|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLResourceIdentifier in weblogic.apache.xerces.impl |
---|
Classes in weblogic.apache.xerces.impl that implement XMLResourceIdentifier | |
---|---|
protected class |
XML11EntityManager.XML11EntityScanner
Deprecated. Implements the entity scanner methods. |
protected class |
XMLEntityManager.EntityScanner
Deprecated. Implements the entity scanner methods. |
class |
XMLEntityScanner
Deprecated. please use JDK supplied XML parsers and transformers |
Fields in weblogic.apache.xerces.impl declared as XMLResourceIdentifier | |
---|---|
XMLResourceIdentifier |
XMLEntityManager.ExternalEntity.entityLocation
container for all relevant entity location information. |
XMLResourceIdentifier |
XMLEntityManager.ScannedEntity.entityLocation
entity location information |
Methods in weblogic.apache.xerces.impl with parameters of type XMLResourceIdentifier | |
---|---|
XMLInputSource |
XMLEntityManager.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Deprecated. Resolves the specified public and system identifiers. |
void |
XMLScanner.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding)
Deprecated. This method notifies of the start of an entity. |
void |
XMLEntityHandler.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding)
Deprecated. This method notifies of the start of an entity. |
void |
XMLDTDScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding)
Deprecated. This method notifies of the start of an entity. |
void |
XMLDocumentScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding)
Deprecated. This method notifies of the start of an entity. |
void |
XMLDocumentFragmentScannerImpl.startEntity(String name,
XMLResourceIdentifier identifier,
String encoding)
Deprecated. This method notifies of the start of an entity. |
void |
XMLNamespaceBinder.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of a general entity. |
Constructors in weblogic.apache.xerces.impl with parameters of type XMLResourceIdentifier | |
---|---|
XMLEntityManager.ExternalEntity(String name,
XMLResourceIdentifier entityLocation,
String notation)
Constructs an internal entity. |
|
XMLEntityManager.ScannedEntity(String name,
XMLResourceIdentifier entityLocation,
InputStream stream,
Reader reader,
String encoding,
boolean literal,
boolean mayReadChunks,
boolean isExternal)
Constructs a scanned entity. |
Uses of XMLResourceIdentifier in weblogic.apache.xerces.impl.dtd |
---|
Classes in weblogic.apache.xerces.impl.dtd that implement XMLResourceIdentifier | |
---|---|
class |
XMLDTDDescription
|
Fields in weblogic.apache.xerces.impl.dtd declared as XMLResourceIdentifier | |
---|---|
protected XMLResourceIdentifier |
XMLDTDValidator.fDocLocation
Deprecated. |
Methods in weblogic.apache.xerces.impl.dtd with parameters of type XMLResourceIdentifier | |
---|---|
void |
XMLDTDProcessor.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. An external entity declaration. |
void |
DTDGrammar.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. An external entity declaration. |
void |
XMLDTDProcessor.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. A notation declaration |
void |
DTDGrammar.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. A notation declaration |
void |
XMLDTDProcessor.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. The start of the DTD external subset. |
void |
DTDGrammar.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. The start of the DTD external subset. |
void |
XMLDTDValidator.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of a general entity. |
void |
XMLDTDProcessor.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies of the start of a parameter entity. |
void |
DTDGrammar.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies of the start of an entity. |
void |
XMLDTDProcessor.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
Deprecated. An unparsed entity declaration. |
void |
DTDGrammar.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
Deprecated. An unparsed entity declaration. |
Constructors in weblogic.apache.xerces.impl.dtd with parameters of type XMLResourceIdentifier | |
---|---|
XMLDTDDescription(XMLResourceIdentifier id,
String rootName)
|
Uses of XMLResourceIdentifier in weblogic.apache.xerces.impl.xs |
---|
Classes in weblogic.apache.xerces.impl.xs that implement XMLResourceIdentifier | |
---|---|
class |
XSDDescription
|
Methods in weblogic.apache.xerces.impl.xs with parameters of type XMLResourceIdentifier | |
---|---|
void |
XMLSchemaValidator.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of a general entity. |
Uses of XMLResourceIdentifier in weblogic.apache.xerces.parsers |
---|
Methods in weblogic.apache.xerces.parsers with parameters of type XMLResourceIdentifier | |
---|---|
void |
DTDParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
Deprecated. An external entity declaration. |
void |
AbstractXMLDocumentPullParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. An external entity declaration. |
void |
AbstractXMLDocumentParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. An external entity declaration. |
void |
AbstractSAXPullParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. An external entity declaration. |
void |
AbstractSAXParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. An external entity declaration. |
void |
AbstractDOMParser.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. An external entity declaration. |
void |
DTDParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
Deprecated. A notation declaration |
void |
AbstractXMLDocumentPullParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. A notation declaration |
void |
AbstractXMLDocumentParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. A notation declaration |
void |
AbstractSAXPullParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. A notation declaration |
void |
AbstractSAXParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. A notation declaration |
void |
AbstractDOMParser.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. A notation declaration |
void |
DTDParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
Deprecated. The start of the external subset. |
void |
AbstractXMLDocumentPullParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
Deprecated. The start of the DTD external subset. |
void |
AbstractXMLDocumentParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
Deprecated. The start of the DTD external subset. |
void |
AbstractSAXPullParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. The start of the DTD external subset. |
void |
AbstractSAXParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. The start of the DTD external subset. |
void |
AbstractDOMParser.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augs)
Deprecated. The start of the DTD external subset. |
void |
AbstractXMLDocumentPullParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of an entity. |
void |
AbstractXMLDocumentParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of an entity. |
void |
AbstractSAXPullParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies of the start of an entity. |
void |
AbstractSAXParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies of the start of an entity. |
void |
AbstractDOMParser.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of a general entity. |
void |
AbstractXMLDocumentPullParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of an entity. |
void |
AbstractXMLDocumentParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of an entity. |
void |
AbstractSAXPullParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies of the start of parameter entity. |
void |
AbstractSAXParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies of the start of parameter entity. |
void |
AbstractDOMParser.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies of the start of a parameter entity. |
void |
DTDParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
Deprecated. An unparsed entity declaration. |
void |
AbstractXMLDocumentPullParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
Deprecated. An unparsed entity declaration. |
void |
AbstractXMLDocumentParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
Deprecated. An unparsed entity declaration. |
void |
AbstractSAXPullParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
Deprecated. An unparsed entity declaration. |
void |
AbstractSAXParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
Deprecated. An unparsed entity declaration. |
void |
AbstractDOMParser.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augs)
Deprecated. An unparsed entity declaration. |
Uses of XMLResourceIdentifier in weblogic.apache.xerces.util |
---|
Classes in weblogic.apache.xerces.util that implement XMLResourceIdentifier | |
---|---|
class |
XMLResourceIdentifierImpl
Deprecated. please use JDK supplied XML parsers and transformers |
Methods in weblogic.apache.xerces.util with parameters of type XMLResourceIdentifier | |
---|---|
XMLInputSource |
EntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Deprecated. Resolves an external parsed entity. |
XMLInputSource |
DOMEntityResolverWrapper.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Deprecated. Resolves an external parsed entity. |
Uses of XMLResourceIdentifier in weblogic.apache.xerces.xni |
---|
Subinterfaces of XMLResourceIdentifier in weblogic.apache.xerces.xni | |
---|---|
interface |
XMLLocator
Deprecated. please use JDK supplied XML parsers and transformers |
Methods in weblogic.apache.xerces.xni with parameters of type XMLResourceIdentifier | |
---|---|
void |
XMLDTDHandler.externalEntityDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
Deprecated. An external entity declaration. |
void |
XMLDTDHandler.notationDecl(String name,
XMLResourceIdentifier identifier,
Augmentations augmentations)
Deprecated. A notation declaration |
void |
XMLDTDHandler.startExternalSubset(XMLResourceIdentifier identifier,
Augmentations augmentations)
Deprecated. The start of the DTD external subset. |
void |
XMLDocumentHandler.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augs)
Deprecated. This method notifies the start of a general entity. |
void |
XMLDocumentFragmentHandler.startGeneralEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations)
Deprecated. This method notifies the start of a general entity. |
void |
XMLDTDHandler.startParameterEntity(String name,
XMLResourceIdentifier identifier,
String encoding,
Augmentations augmentations)
Deprecated. This method notifies of the start of a parameter entity. |
void |
XMLDTDHandler.unparsedEntityDecl(String name,
XMLResourceIdentifier identifier,
String notation,
Augmentations augmentations)
Deprecated. An unparsed entity declaration. |
Uses of XMLResourceIdentifier in weblogic.apache.xerces.xni.grammars |
---|
Subinterfaces of XMLResourceIdentifier in weblogic.apache.xerces.xni.grammars | |
---|---|
interface |
XMLGrammarDescription
|
Uses of XMLResourceIdentifier in weblogic.apache.xerces.xni.parser |
---|
Methods in weblogic.apache.xerces.xni.parser with parameters of type XMLResourceIdentifier | |
---|---|
XMLInputSource |
XMLEntityResolver.resolveEntity(XMLResourceIdentifier resourceIdentifier)
Deprecated. Resolves an external parsed entity. |
Constructors in weblogic.apache.xerces.xni.parser with parameters of type XMLResourceIdentifier | |
---|---|
XMLInputSource(XMLResourceIdentifier resourceIdentifier)
Deprecated. Constructs an input source from a XMLResourceIdentifier object, leaving resolution of the entity and opening of the input stream up to the caller. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |