Modifier and Type | Method and Description |
---|---|
XMLTriple |
XMLTriple.cloneObject()
Creates and returns a deep copy of this
XMLTriple set. |
Modifier and Type | Method and Description |
---|---|
int |
XMLAttributes.add(XMLTriple triple,
String value)
Adds an attribute with the given
XMLTriple /value pair to this XMLAttributes set. |
int |
XMLToken.addAttr(XMLTriple triple,
String value)
|
int |
XMLToken.getAttrIndex(XMLTriple triple)
Return the index of an attribute with the given
XMLTriple . |
String |
XMLToken.getAttrValue(XMLTriple triple)
Return a value of an attribute with the given
XMLTriple . |
int |
XMLAttributes.getIndex(XMLTriple triple)
Return the index of an attribute with the given
XMLTriple . |
String |
XMLAttributes.getValue(XMLTriple triple)
Return a value of an attribute with the given
XMLTriple . |
boolean |
XMLToken.hasAttr(XMLTriple triple)
Predicate returning
true or false depending on whether
an attribute with the given XML triple exists in the attribute set in
this XMLToken |
boolean |
XMLAttributes.hasAttribute(XMLTriple triple)
Predicate returning
true or false depending on whether
an attribute with the given XML triple exists in this XMLAttributes . |
int |
XMLAttributes.remove(XMLTriple triple)
Removes an attribute with the given
XMLTriple from this XMLAttributes set. |
int |
XMLToken.removeAttr(XMLTriple triple)
|
int |
XMLToken.setTriple(XMLTriple triple)
Sets the XMLTripe (name, uri and prefix) of this XML element.
|
Constructor and Description |
---|
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(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. |
XMLTriple(XMLTriple orig)
Copy constructor; creates a copy of this
XMLTriple set. |