Serialized Form
-
Package nanoxml
-
Class nanoxml.XMLParseException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
lineNr
int lineNr
The line number in the source code where the error occurred, orNO_LINE
if the line number is unknown.- Invariants:
-
lineNr > 0 || lineNr == NO_LINE
-
-
-
-
Package net.n3.nanoxml
-
Class net.n3.nanoxml.XMLElement extends java.lang.Object implements Serializable
- serialVersionUID:
- -2383376380548624920L
-
Serialized Fields
-
attributes
java.util.Vector attributes
The attributes of the element. -
children
java.util.Vector children
The child elements. -
content
java.lang.String content
The content of the element. -
fullName
java.lang.String fullName
The full name of the element. -
lineNr
int lineNr
The line in the source data where this element starts. -
name
java.lang.String name
The name of the element. -
namespace
java.lang.String namespace
The namespace URI. -
parent
IXMLElement parent
The parent element. -
systemID
java.lang.String systemID
The system ID of the source data where this element is located.
-
-
Class net.n3.nanoxml.XMLException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
encapsulatedException
java.lang.Exception encapsulatedException
Encapsulated exception. -
lineNr
int lineNr
The line number in the XML data where the exception occurred. -
msg
java.lang.String msg
The message of the exception. -
systemID
java.lang.String systemID
The system ID of the XML data where the exception occurred.
-
-
-
Class net.n3.nanoxml.XMLParseException extends XMLException implements Serializable
-
Class net.n3.nanoxml.XMLValidationException extends XMLException implements Serializable
-
Serialized Fields
-
attributeName
java.lang.String attributeName
The name of the attribute where the exception occurred. -
attributeValue
java.lang.String attributeValue
The value of the attribute where the exception occurred. -
elementName
java.lang.String elementName
The name of the element where the exception occurred. -
errorType
int errorType
Which error occurred.
-
-
-