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