References Deprecated
Parser
is deprecated or references (maybe indirectly) at least one deprecated element.
See corresponding docs for further information.
Modifier and Type | Class and Description |
---|---|
protected static class | AbstractSAXParser.
References Deprecated
AttributeList is deprecated or references (maybe indirectly) at least one deprecated element.
|
protected class |
Modifier and Type | Field and Description |
---|---|
protected static final String | ALLOW_UE_AND_NOTATION_EVENTS
Feature identifier: allow notation and unparsed entity events to be sent out of order. |
private static final int | |
protected static final String | DECLARATION_HANDLER
Property id: declaration handler. |
protected static final String | DOM_NODE
Property id: DOM node. |
private final AbstractSAXParser. | fAttributesProxy
References Deprecated
AbstractSAXParser.AttributesProxy is deprecated or references (maybe indirectly) at least one deprecated element.
|
private Augmentations | |
private char[] | |
protected ContentHandler | fContentHandler
Content handler. |
protected SymbolHash | |
protected DeclHandler | fDeclHandler
Decl handler. |
protected DocumentHandler | fDocumentHandler
References Deprecated
Document handler.
DocumentHandler is deprecated or references (maybe indirectly) at least one deprecated element.
|
protected DTDHandler | fDTDHandler
DTD handler. |
protected LexicalHandler | fLexicalHandler
Lexical handler. |
protected boolean | fLexicalHandlerParameterEntities
Lexical handler parameter entities. |
protected NamespaceContext | fNamespaceContext
Namespace context |
protected boolean | fNamespacePrefixes
Namespace prefixes. |
protected boolean | fNamespaces
Namespaces. |
protected boolean | fParseInProgress
True if a parse is in progress. |
protected QName | |
protected boolean | fResolveDTDURIs
Resolve DTD URIs. |
protected boolean | fStandalone
Standalone document declaration. |
protected boolean | fUseEntityResolver2
Use EntityResolver2. |
protected String | |
protected boolean | fXMLNSURIs
XMLNS URIs: Namespace declarations in the http://www.w3.org/2000/xmlns/ namespace. |
protected static final String | LEXICAL_HANDLER
Property id: lexical handler. |
protected static final String | NAMESPACE_PREFIXES
Feature identifier: namespace prefixes. |
protected static final String | NAMESPACES
Feature identifier: namespaces. |
private static final String[] | RECOGNIZED_FEATURES
Recognized features. |
private static final String[] | RECOGNIZED_PROPERTIES
Hides com. |
private static final String | SECURITY_MANAGER
Property id: security manager. |
protected static final String | STRING_INTERNING
Feature id: string interning. |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public void | attributeDecl(String
The name of the element that this attribute
is associated with. elementName, String The name of the attribute. attributeName, String The attribute type. This value will be one of
the following: "CDATA", "ENTITY", "ENTITIES",
"ENUMERATION", "ID", "IDREF", "IDREFS",
"NMTOKEN", "NMTOKENS", or "NOTATION". type, String[] If the type has the value "ENUMERATION" or
"NOTATION", this array holds the allowed attribute
values; otherwise, this array is null. enumeration, String The attribute default type. This value will be
one of the following: "#FIXED", "#IMPLIED",
"#REQUIRED", or null. defaultType, XMLString The attribute default value, or null if no
default value is specified. defaultValue, XMLString The attribute default value with no normalization
performed, or null if no default value is specified. nonNormalizedDefaultValue, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. An attribute declaration. |
public void | characters(XMLString
The content. text, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. Character content. |
public void | comment(XMLString
The text in the comment. text, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. A comment. |
public void | doctypeDecl(String
The name of the root element. rootElement, String The public identifier if an external DTD or null
if the external DTD is specified using SYSTEM. publicId, String The system identifier if an external DTD, null
otherwise. systemId, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. Notifies of the presence of the DOCTYPE line in the document. |
public void | elementDecl(String
The name of the element. name, String The element content model. contentModel, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. An element declaration. |
public void | endCDATA(Augmentations
Additional information that may include infoset augmentations augs)Overrides com. Implements com. The end of a CDATA section. |
public void | endDocument(Augmentations
Additional information that may include infoset augmentations augs)Overrides com. Implements com. The end of the document. |
public void | endDTD(Augmentations
Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. The end of the DTD. |
public void | endElement(QName
The name of the element. element, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. The end of an element. |
public void | endExternalSubset(Augmentations
Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. The end of the DTD external subset. |
public void | endGeneralEntity(String
The name of the entity. name, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. This method notifies the end of an entity. |
protected final void | |
public void | endParameterEntity(String
The name of the parameter entity. name, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. This method notifies the end of an entity. |
public void | externalEntityDecl(String
The name of the entity. Parameter entity names start
with '%', whereas the name of a general entity is just
the entity name. name, XMLResourceIdentifier An object containing all location information
pertinent to this entity. identifier, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. An external entity declaration. |
public AttributePSVI | getAttributePSVI(int
The attribute index. index)Implements com. Provides |
public AttributePSVI | getAttributePSVIByName(String
The namespace name of an attribute. uri, String The local name of an attribute. localname)Implements com. Provides |
public ContentHandler | Returns: The current content handler, or null if none has been registered.Implements org. Return the current content handler. |
protected DeclHandler | |
public DTDHandler | Returns: The current DTD handler, or null if none has been registered.Implements org. Return the current DTD handler. |
public ElementPSVI | getElementPSVI()
Implements com. Provides the post schema validation item for the current element information item. |
public EntityResolver | Returns: The current entity resolver, or null if none has been registered.Implements org. Return the current entity resolver. |
public ErrorHandler | Returns: The current error handler, or null if none has been registered.Implements org. Return the current error handler. |
public boolean | Returns: The current state of the feature.The unique identifier (URI) of the feature
being set. featureId)Overrides com. Implements org. Query the state of a feature. |
protected LexicalHandler | |
public Object | Returns: The current value of the property.The unique identifier (URI) of the property
being set. propertyId)Implements org. Query the value of a property. |
public void | ignorableWhitespace(XMLString
The ignorable whitespace. text, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. Ignorable whitespace. |
public void | internalEntityDecl(String
The name of the entity. Parameter entity names start with
'%', whereas the name of a general entity is just the
entity name. name, XMLString The value of the entity. text, XMLString The non-normalized value of the entity. This
value contains the same sequence of characters that was in
the internal entity declaration, without any entity
references expanded. nonNormalizedText, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. An internal entity declaration. |
public void | notationDecl(String
The name of the notation. name, XMLResourceIdentifier An object containing all location information
pertinent to this notation. identifier, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. A notation declaration |
public void | parse(String
The system identifier (URI). systemId)Implements org. Parses the input source specified by the given system identifier. |
public void | parse(InputSource inputSource)
Implements org. parse |
public void | processingInstruction(String
The target. target, XMLString The data or null if none specified. data, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. A processing instruction. |
public void | reset()
Overrides com. Reset all components before parsing. |
public void | setContentHandler(ContentHandler
The content handler. contentHandler)Implements org. Allow an application to register a content event handler. |
protected void | |
public void | setDocumentHandler(DocumentHandler
The document handler. documentHandler)Implements org.
References Deprecated
DocumentHandler is deprecated or references (maybe indirectly) at least one deprecated element.
Allow an application to register a document event handler. |
public void | setDTDHandler(DTDHandler
The DTD handler. dtdHandler)Implements org. Allow an application to register a DTD event handler. |
public void | setEntityResolver(EntityResolver
The new entity resolver. Passing a null value will
uninstall the currently installed resolver. resolver)Implements org. Sets the resolver used to resolve external entities. |
public void | setErrorHandler(ErrorHandler
The error handler. errorHandler)Implements org. Allow an application to register an error event handler. |
public void | setFeature(String
The unique identifier (URI) of the feature. featureId, boolean The requested state of the feature (true or false). state)Implements org. Set the state of any feature in a SAX2 parser. |
protected void | |
public void | setLocale(Locale
The locale object to use for localization of messages. locale)Implements org. Set the locale to use for messages. |
public void | setProperty(String
The unique identifier (URI) of the property
being set. propertyId, Object The value to which the property is being set. value)Implements org. Set the value of any property in a SAX2 parser. |
public void | startCDATA(Augmentations
Additional information that may include infoset augmentations augs)Overrides com. Implements com. The start of a CDATA section. |
public void | startDocument(XMLLocator
The document locator, or null if the document
location cannot be reported during the parsing
of this document. However, it is strongly
recommended that a locator be supplied that can
at least report the system identifier of the
document. locator, String The auto-detected IANA encoding name of the entity
stream. This value will be null in those situations
where the entity encoding is not auto-detected (e.g.
internal entities or a document entity that is
parsed from a java.io.Reader). encoding, NamespaceContext The namespace context in effect at the
start of this document.
This object represents the current context.
Implementors of this class are responsible
for copying the namespace bindings from the
the current context (and its parent contexts)
if that information is important. namespaceContext, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. The start of the document. |
public void | startElement(QName
The name of the element. element, XMLAttributes The element attributes. attributes, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. The start of an element. |
public void | startExternalSubset(XMLResourceIdentifier
The resource identifier. identifier, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. The start of the DTD external subset. |
public void | startGeneralEntity(String
The name of the entity. name, XMLResourceIdentifier The resource identifier. identifier, String The auto-detected IANA encoding name of the entity
stream. This value will be null in those situations
where the entity encoding is not auto-detected (e.g.
internal parameter entities). encoding, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. This method notifies of the start of an entity. |
protected final void | |
public void | startParameterEntity(String
The name of the parameter entity. name, XMLResourceIdentifier The resource identifier. identifier, String The auto-detected IANA encoding name of the entity
stream. This value will be null in those situations
where the entity encoding is not auto-detected (e.g.
internal parameter entities). encoding, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. This method notifies of the start of parameter entity. |
public void | unparsedEntityDecl(String
The name of the entity. name, XMLResourceIdentifier An object containing all location information
pertinent to this entity. identifier, String The name of the notation. notation, Augmentations Additional information that may include infoset
augmentations. augs)Overrides com. Implements com. An unparsed entity declaration. |
public void | xmlDecl(String
The XML version. version, String The IANA encoding name of the document, or null if
not specified. encoding, String The standalone value, or null if not specified. standalone, Augmentations Additional information that may include infoset augmentations augs)Overrides com. Implements com. Notifies of the presence of an XMLDecl line in the document. |