Modifier and Type | Field and Description |
---|---|
private XMLDTDContentModelSource | |
private XMLDocumentSource | |
private XMLDTDSource |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | any(Augmentations
Additional information that may include infoset
augmentations. augmentations)Implements com. A content model of ANY. |
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. augmentations)Implements com. An attribute declaration. |
public void | characters(XMLString
The content. text, Augmentations Additional information that may include infoset augmentations augs)Implements com. Character content. |
public void | comment(XMLString
The text in the comment. text, Augmentations Additional information that may include infoset augmentations augs)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)Implements com. Notifies of the presence of the DOCTYPE line in the document. |
public void | element(String
The name of the referenced element. elementName, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. A referenced element in a mixed or children content model. |
public void | elementDecl(String
The name of the element. name, String The element content model. contentModel, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. An element declaration. |
public void | empty(Augmentations
Additional information that may include infoset
augmentations. augmentations)Implements com. A content model of EMPTY. |
public void | emptyElement(QName
The name of the element. element, XMLAttributes The element attributes. attributes, Augmentations Additional information that may include infoset augmentations augs)Implements com. An empty element. |
public void | endAttlist(Augmentations
Additional information that may include infoset
augmentations. augmentations)Implements com. The end of an attribute list. |
public void | endCDATA(Augmentations
Additional information that may include infoset augmentations augs)Implements com. The end of a CDATA section. |
public void | endConditional(Augmentations
Additional information that may include infoset
augmentations. augmentations)Implements com. The end of a conditional section. |
public void | endContentModel(Augmentations
Additional information that may include infoset
augmentations. augmentations)Implements com. The end of a content model. |
public void | endDocument(Augmentations
Additional information that may include infoset augmentations augs)Implements com. The end of the document. |
public void | endDTD(Augmentations
Additional information that may include infoset
augmentations. augmentations)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)Implements com. The end of an element. |
public void | endExternalSubset(Augmentations
Additional information that may include infoset
augmentations. augmentations)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)Implements com. This method notifies the end of a general entity. |
public void | endGroup(Augmentations
Additional information that may include infoset
augmentations. augmentations)Implements com. The end of a group for mixed or children content models. |
public void | endParameterEntity(String
The name of the parameter entity. name, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. This method notifies the end of a parameter entity. |
public void | endPrefixMapping(String
The namespace prefix. prefix, Augmentations Additional information that may include infoset augmentations augs)The end of a namespace prefix mapping. |
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 external entity. identifier, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. An external entity declaration. |
public XMLDocumentSource | getDocumentSource()
Implements com. Returns the document source. |
public XMLDTDContentModelSource | |
public XMLDTDSource | |
public void | ignorableWhitespace(XMLString
The ignorable whitespace. text, Augmentations Additional information that may include infoset augmentations augs)Implements com. Ignorable whitespace. |
public void | ignoredCharacters(XMLString
The ignored text. text, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. Characters within an IGNORE conditional section. |
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. augmentations)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. augmentations)Implements com. A notation declaration |
public void | occurrence(short
The occurrence count for the last element
or group. occurrence, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. The occurrence count for a child in a children content model or for the mixed content model group. |
public void | pcdata(Augmentations
Additional information that may include infoset
augmentations. augmentations)Implements com. The appearance of "#PCDATA" within a group signifying a mixed content model. |
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)Implements com. A processing instruction. |
public void | separator(short
The type of children separator. separator, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. The separator between choices or sequences of a mixed or children content model. |
public void | setDocumentSource(XMLDocumentSource source)
Implements com. Sets the document source. |
public void | |
public void | |
public void | startAttlist(String
The name of the element that this attribute
list is associated with. elementName, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. The start of an attribute list. |
public void | startCDATA(Augmentations
Additional information that may include infoset augmentations augs)Implements com. The start of a CDATA section. |
public void | startConditional(short
The type of the conditional section. This value will
either be CONDITIONAL_INCLUDE or CONDITIONAL_IGNORE. type, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. The start of a conditional section. |
public void | startContentModel(String
The name of the element. elementName, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. The start of a content model. |
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. context, Augmentations Additional information that may include infoset augmentations augs)Implements com. The start of the document. |
public void | startDTD(XMLLocator
The document locator, or null if the document
location cannot be reported during the parsing of
the document DTD. However, it is strongly
recommended that a locator be supplied that can
at least report the base system identifier of the
DTD. locator, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. The start of the DTD. |
public void | startElement(QName
The name of the element. element, XMLAttributes The element attributes. attributes, Augmentations Additional information that may include infoset augmentations augs)Implements com. The start of an element. |
public void | startExternalSubset(XMLResourceIdentifier
The resource identifier. identifier, Augmentations Additional information that may include infoset
augmentations. augmentations)Implements com. The start of the DTD external subset. |
public void | startGeneralEntity(String
The name of the general 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 entities or a document entity that is
parsed from a java.io.Reader). encoding, Augmentations Additional information that may include infoset augmentations augs)Implements com. This method notifies the start of a general entity. |
public void | startGroup(Augmentations
Additional information that may include infoset
augmentations. augmentations)Implements com. A start of either a mixed or children content model. |
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. augmentations)Implements com. This method notifies of the start of a parameter entity. |
public void | startPrefixMapping(String
The namespace prefix. prefix, String The URI bound to the prefix. uri, Augmentations Additional information that may include infoset augmentations augs)The start of a namespace prefix mapping. |
public void | textDecl(String
The XML version, or null if not specified. version, String The IANA encoding name of the entity. encoding, Augmentations Additional information that may include infoset augmentations augs)Implements com. Notifies of the presence of a TextDecl line in an entity. |
public void | unparsedEntityDecl(String
The name of the entity. name, XMLResourceIdentifier An object containing all location information
pertinent to this unparsed entity declaration. identifier, String The name of the notation. notation, Augmentations Additional information that may include infoset
augmentations. augmentations)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)Implements com. Notifies of the presence of an XMLDecl line in the document. |