accept is the method used in the Visitor Pattern.
accept is the method used in the Visitor Pattern.
Action represents some default action which should occur when
a rule matches a node in the XSLT processing model.
Adds the given Attribute to this element.
Adds the given CDATA to this element.
Adds the given Comment to this branch.
Adds the given Element to this branch.
Adds the given Entity to this element.
Adds the given Namespace to this element.
Adds the given ProcessingInstruction to this branch.
Adds the given Text to this element.
Adds all the rules to this RuleSet from the given other rule set.
Adds the attribute value of the given fully qualified name.
Adds the attribute value of the given local name.
Add all the attributes to the given elements
Adds a new CDATA node with the given text to this element.
Adds a new Comment node with the given text to this
branch.
Adds a new Comment node with the given text to this
element.
Add all namespaces declared before the startElement() SAX event to the
current element so that they are available to child elements and
attributes
Adds the default stylesheet rules to the given
Modeinstance
Adds a DOCTYPE declaration to this document
Adds an internal DTD declaration to the list of declarations
Adds a new
Element node with the given
QNameto
this branch and returns a reference to the new node.
Adds a new Element node with the given name to this branch
and returns a reference to the new node.
Adds a new Element node with the given qualified name and
namespace URI to this branch and returns a reference to the new node.
Adds a new Entity node with the given name and text to
this element and returns a reference to the new node.
Adds the given parse exception information to the given element instance
Adds an external DTD declaration to the list of declarations
Adds the ElementHandler to be called when the specified
path is encounted.
Adds the ElementHandler to be called when the specified
path is encounted.
Adds the ElementHandler to be called when the specified
path is encounted.
Adds the ElementHandler to be called when the specified
path is encounted.
Returns any additional namespaces declarations for this element other
than namespace returned via the
getNamespace()method.
Adds the
ElementModifierto be called when the specified element
path is encounted while parsing the source.
Adds a namespace to this element for use by its child content
If isDelcareNamespaceAttributes() is enabled then this method will add
the given namespace declaration to the supplied attributes object,
creating one if it does not exist.
Adds a processing instruction for the given target
Adds a processing instruction for the given target
Adds a processing instruction for the given target
Adds a processing instruction for the given target
Add a rule to this stylesheet.
Adds a new Text node with the given text to this element.
Adds the Rule to a RuleSet for the given name.
Appends the attributes of the given element to me.
Appends the content of the given branch to this branch instance.
Appends the given text to this nodes text value.
If input is a Node, this will processes all of the
children of that node.
Processes the result of the xpath expression.
Processes the result of the xpath expression in the given mode.
Processes the result of the xpath expression.
Processes the result of the xpath expression in the given mode.
Processes the input object in the given mode.
asXML returns the textual XML representation of this node.
asXML returns the textual XML representation of this node.
asXPathResult returns a version of this node which is
capable of being an XPath result.
Attribute defines an XML attribute.
Returns the attribute at the specified indexGets the
Returns the attribute with the given name
AttributeDecl represents an attribute declaration in a DTD.
Report an attribute type declaration.
AttributeHelper a number of helper methods for working with
attribute values.
Returns the
Attributeinstances this element contains as a backed
Listso that the attributes may be modified directly using the
Listinterface.
This returns the attribute value for the attribute with the given fully
qualified name or null if there is no such attribute or the empty string
if the attribute value is empty.
This returns the attribute value for the attribute with the given fully
qualified name or the default value if there is no such attribute value.
This returns the attribute value for the attribute with the given name
and any namespace or null if there is no such attribute or the empty
string if the attribute value is empty.
This returns the attribute value for the attribute with the given name
and any namespace or the default value if there is no such attribute
value.