Constructor and Description |
---|
XMLAttributes()
Creates a new empty
XMLAttributes set. |
XMLAttributes(XMLAttributes orig)
Copy constructor; creates a copy of this
XMLAttributes set. |
XMLError()
Creates a new
XMLError to report that something occurred during XML
processing. |
XMLError(int errorId)
Creates a new
XMLError to report that something occurred during XML
processing. |
XMLError(int errorId,
String details)
Creates a new
XMLError to report that something occurred during XML
processing. |
XMLError(int errorId,
String details,
long line)
Creates a new
XMLError to report that something occurred during XML
processing. |
XMLError(int errorId,
String details,
long line,
long column)
Creates a new
XMLError to report that something occurred during XML
processing. |
XMLError(int errorId,
String details,
long line,
long column,
long severity)
Creates a new
XMLError to report that something occurred during XML
processing. |
XMLError(int errorId,
String details,
long line,
long column,
long severity,
long category)
Creates a new
XMLError to report that something occurred during XML
processing. |
XMLError(XMLError orig)
Copy constructor; creates a copy of this
XMLError . |
XMLNamespaces()
Creates a new empty list of XML namespace declarations.
|
XMLNamespaces(XMLNamespaces orig)
Copy constructor; creates a copy of this
XMLNamespaces list. |
XMLNode()
Creates a new empty
XMLNode with no children. |
XMLNode(String chars)
Creates a text
XMLNode . |
XMLNode(String chars,
long line)
Creates a text
XMLNode . |
XMLNode(String chars,
long line,
long column)
Creates a text
XMLNode . |
XMLNode(XMLNode orig)
Copy constructor; creates a copy of this
XMLNode . |
XMLNode(XMLToken token)
Creates a new
XMLNode by copying token. |
XMLNode(XMLTriple triple)
Creates an end element
XMLNode . |
XMLNode(XMLTriple triple,
long line)
Creates an end element
XMLNode . |
XMLNode(XMLTriple triple,
long line,
long column)
Creates an end element
XMLNode . |
XMLNode(XMLTriple triple,
XMLAttributes attributes)
Creates a start element
XMLNode with the given set of attributes. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
long line)
Creates a start element
XMLNode with the given set of attributes. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
long line,
long column)
Creates a start element
XMLNode with the given set of attributes. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line,
long column)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLToken()
Creates a new empty
XMLToken . |
XMLToken(String chars)
Creates a text
XMLToken . |
XMLToken(String chars,
long line)
Creates a text
XMLToken . |
XMLToken(String chars,
long line,
long column)
Creates a text
XMLToken . |
XMLToken(XMLToken orig)
Copy constructor; creates a copy of this
XMLToken . |
XMLToken(XMLTriple triple)
Creates an end element
XMLToken . |
XMLToken(XMLTriple triple,
long line)
Creates an end element
XMLToken . |
XMLToken(XMLTriple triple,
long line,
long column)
Creates an end element
XMLToken . |
XMLToken(XMLTriple triple,
XMLAttributes attributes)
Creates a start element
XMLToken with the given set of attributes. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
long line)
Creates a start element
XMLToken with the given set of attributes. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
long line,
long column)
Creates a start element
XMLToken with the given set of attributes. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line,
long column)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |