Alphabetical Index: A

A B C D E F G H I M N P Q R S T U V W X

A

addAttribute(nu.xom.Attribute) - method in class nu.xom.Element
Adds an attribute to this element, replacing any existing attribute with the same local name and namespace URI.
addNamespace(String,String) - method in class nu.xom.XPathContext
Binds the specified prefix to the specified namespace URI.
Declares a namespace prefix.
append(nu.xom.Node) - method in class nu.xom.Nodes
Adds a node at the end of this list.
appendChild(nu.xom.Node) - method in class nu.xom.ParentNode
Appends a node to the children of this node.
appendChild(String) - method in class nu.xom.Element
Converts a string to a text node and appends that node to the children of this node.
assertEquals(nu.xom.Attribute,nu.xom.Attribute) - static method in class nu.xom.tests.XOMTestCase
Asserts that two attribute nodes are equal.
assertEquals(nu.xom.Comment,nu.xom.Comment) - static method in class nu.xom.tests.XOMTestCase
Asserts that two comment nodes are equal.
assertEquals(nu.xom.DocType,nu.xom.DocType) - static method in class nu.xom.tests.XOMTestCase
Asserts that two DocType nodes are equal.
assertEquals(nu.xom.Document,nu.xom.Document) - static method in class nu.xom.tests.XOMTestCase
Asserts that two document nodes are equal.
assertEquals(nu.xom.Element,nu.xom.Element) - static method in class nu.xom.tests.XOMTestCase
Asserts that two element nodes are equal.
assertEquals(nu.xom.Node,nu.xom.Node) - static method in class nu.xom.tests.XOMTestCase
Asserts that two nodes are equal.
Asserts that two processing instruction nodes are equal.
assertEquals(nu.xom.Text,nu.xom.Text) - static method in class nu.xom.tests.XOMTestCase
Asserts that two text nodes are equal.
Asserts that two attribute nodes are equal.
Asserts that two comment nodes are equal.
Asserts that two DocType nodes are equal.
Asserts that two document nodes are equal.
Asserts that two element nodes are equal.
Asserts that two namespace nodes are equal.
assertEquals(String,nu.xom.Node,nu.xom.Node) - static method in class nu.xom.tests.XOMTestCase
Asserts that two nodes are equal.
Asserts that two processing instruction nodes are equal.
assertEquals(String,nu.xom.Text,nu.xom.Text) - static method in class nu.xom.tests.XOMTestCase
Asserts that two text nodes are equal.
Attribute - class nu.xom.Attribute
This class represents an attribute such as type="empty" or xlink:href="http://www.example.com".
Attribute(nu.xom.Attribute) - constructor for class nu.xom.Attribute
Creates a copy of the specified attribute.
Attribute(String,String) - constructor for class nu.xom.Attribute
Creates a new attribute in no namespace with the specified name and value and undeclared type.
Creates a new attribute in no namespace with the specified name, value, and type.
Attribute(String,String,String) - constructor for class nu.xom.Attribute
Creates a new attribute in the specified namespace with the specified name and value and undeclared type.
Creates a new attribute in the specified namespace with the specified name, value, and type.

Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu