Serialized Form
|
Package javanet.staxutils.error |
location
Location location
- The location in the stream where the error occured.
|
Package javanet.staxutils.events |
data
String data
- Character content.
location
Location location
- The event location.
schemaType
QName schemaType
- The schema type.
specified
boolean specified
- Whether the attribute was specified in the document. Defaults to
true.
name
QName name
- The qualified attribute name.
value
String value
- The normalized attribute value.
dtdType
String dtdType
- Type of attribute as specified in the DTD. Defaults to
CDATA.
text
String text
- Comment text.
declaration
String declaration
- The full DTD declaration.
entities
List entities
- The list of
EntityDeclarations.
notations
List notations
- The list of
NotationDeclarations.
name
QName name
- The element name.
namespaces
Collection namespaces
- A collection of
Namespaces going out of scope.
name
String name
- The entity name.
replacementText
String replacementText
- The replacement text, or
null if this isn't an internal entity.
baseURI
String baseURI
- The entity base URI, or
null if this isn't an external entity
publicId
String publicId
- The public id, or
null if this isn't an external entity
systemId
String systemId
- The system id, or
null if this isn't an external entity.
notationName
String notationName
- The optional notation name.
name
String name
- The referenced entity name.
declaration
EntityDeclaration declaration
- The referenced entity declaration.
name
String name
- The notation name.
publicId
String publicId
- The public id of the notation
systemId
String systemId
- The system id of the notation
target
String target
- The PI target.
data
String data
- The instruction data.
encoding
String encoding
- The document encoding, or
null if none was specified.
standalone
Boolean standalone
- The document standalone value, or
null if none was specified.
version
String version
- The XML version, or
null if none was specified.
name
QName name
- The qualified element name.
attributes
Map attributes
- The element attributes.
namespaces
Map namespaces
- The element namespaces.
namespaceCtx
NamespaceContext namespaceCtx
- The namespace context.