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

G

get(int) - Method in class nu.xom.Elements
Returns the indexth element in the list.
get(int) - Method in class nu.xom.Nodes
Returns the indexth node in the list.
getAttribute(String) - Method in class nu.xom.Element
Returns the attribute with the specified name in no namespace, or null if this element does not have an attribute with that name.
getAttribute(String, String) - Method in class nu.xom.Element
Returns the attribute with the specified name and namespace URI, or null if this element does not have an attribute with that name in that namespace.
getAttribute(int) - Method in class nu.xom.Element
Selects an attribute by index.
getAttributeCount() - Method in class nu.xom.Element
Returns the number of attributes of this Element, not counting namespace declarations.
getAttributeValue(String) - Method in class nu.xom.Element
Returns the value of the attribute with the specified name in no namespace, or null if this element does not have an attribute with that name.
getAttributeValue(String, String) - Method in class nu.xom.Element
Returns the value of the attribute with the specified name and namespace URI, or null if this element does not have such an attribute.
getBaseURI() - Method in class nu.xom.Document
Returns the URI from which this document was loaded.
getBaseURI() - Method in class nu.xom.Element
Returns the base URI against which relative URLs in this element should be resolved.
getBaseURI() - Method in class nu.xom.Node
Returns the base URI of this node as specified by XML Base, or null if this is not known.
getCause() - Method in class nu.xom.ParsingException
Returns the underlying exception that caused this exception.
getCause() - Method in class nu.xom.XMLException
Return the original cause that led to this exception, or null if there was no original exception.
getCause() - Method in class nu.xom.xinclude.XIncludeException
When an IOException, MalformedURLException, or other generic exception is thrown while processing an XML document for XIncludes, it is customarily replaced by some form of XIncludeException.
getCause() - Method in class nu.xom.xslt.XSLException
Returns the underlying exception that caused this exception.
getChild(int) - Method in class nu.xom.Attribute
Throws IndexOutOfBoundsExceptions because attribute do not have children.
getChild(int) - Method in class nu.xom.LeafNode
Throws IndexOutOfBoundsException because leaf nodes do not have children.
getChild(int) - Method in class nu.xom.Node
Returns the indexth child of this node.
getChild(int) - Method in class nu.xom.ParentNode
Returns the child of this node at the specified position.
getChildCount() - Method in class nu.xom.Attribute
Returns 0 because attributes do not have children.
getChildCount() - Method in class nu.xom.LeafNode
Returns 0 because leaf nodes do not have children.
getChildCount() - Method in class nu.xom.Node
Returns the number of children of this node.
getChildCount() - Method in class nu.xom.ParentNode
Returns the number of child nodes this node has.
getChildElements(String) - Method in class nu.xom.Element
Returns a list of the immediate child elements of this element with the specified name in no namespace.
getChildElements(String, String) - Method in class nu.xom.Element
Returns a list of the immediate child elements of this element with the specified local name and namespace URI.
getChildElements() - Method in class nu.xom.Element
Returns a list of all the immediate child elements of this element.
getColumnNumber() - Method in class nu.xom.ParsingException
Returns the approximate column number of the construct that caused this exception.
getColumnNumber() - Method in class nu.xom.Serializer
This method returns the current column number of the output stream, It's useful for subclasses that wish to implement their own pretty printing strategies by inserting white space and line breaks at appropriate points.
getColumnNumber(int) - Method in class nu.xom.ValidityException
Returns the column number of the nth validity error.
getContentHandler() - Method in class nu.xom.converters.SAXConverter
Returns the ContentHandler.
getData() - Method in class nu.xom.IllegalDataException
Returns a string containing the actual illegal text that caused this exception.
getDocType() - Method in class nu.xom.Document
Returns this document's document type declaration, or null if it doesn't have one.
getDocument() - Method in class nu.xom.Node
Returns the document that contains this node, or null if this node is not currently part of a document.
getDocument() - Method in class nu.xom.ValidityException
Returns a Document object for the document that caused this exception.
getEncoding() - Method in class nu.xom.Serializer
Returns the name of the character encoding used by this Serializer.
getErrorCount() - Method in class nu.xom.ValidityException
Returns the number of validity errors the parser detected in the document.
getFirstChildElement(String) - Method in class nu.xom.Element
Returns the first child element with the specified name in no namespace.
getFirstChildElement(String, String) - Method in class nu.xom.Element
Returns the first child element with the specified local name and namespace URI.
getIndent() - Method in class nu.xom.Serializer
Returns the number of spaces this serializer indents.
getInternalDTDSubset() - Method in class nu.xom.DocType
Returns complete internal DTD subset in a single string.
getLexicalHandler() - Method in class nu.xom.converters.SAXConverter
Returns the LexicalHandler for this converter.
getLineNumber() - Method in class nu.xom.ParsingException
Returns the approximate row number of the construct that caused this exception.
getLineNumber(int) - Method in class nu.xom.ValidityException
Returns the line number of the nth validity error.
getLineSeparator() - Method in class nu.xom.Serializer
Returns the String used as a line separator.
getLocalName() - Method in class nu.xom.Attribute
Returns the local name of this attribute, not including the prefix.
getLocalName() - Method in class nu.xom.Element
Returns the local name of this element, not including the namespace prefix or colon.
getMaxLength() - Method in class nu.xom.Serializer
Returns the preferred maximum line length.
getName() - Method in class nu.xom.Attribute.Type
Returns the string name of this type as might be used in a DTD; for example, "ID", "CDATA", etc.
getNamespaceDeclarationCount() - Method in class nu.xom.Element
Returns the number of namespace declarations on this element.
getNamespacePrefix() - Method in class nu.xom.Attribute
Returns the prefix of this attribute, or the empty string if this attribute is not in a namespace.
getNamespacePrefix() - Method in class nu.xom.Element
Returns the prefix of this element, or the empty string if this element does not have a prefix.
getNamespacePrefix(int) - Method in class nu.xom.Element
Returns the indexth namespace prefix declared on this element.
getNamespaceURI() - Method in class nu.xom.Attribute
Returns the namespace URI of this attribute, or the empty string if this attribute is not in a namespace.
getNamespaceURI() - Method in class nu.xom.Element
Returns the namespace URI of this element, or the empty string if this element is not in a namespace.
getNamespaceURI(String) - Method in class nu.xom.Element
Returns the namespace URI mapped to the specified prefix within this element.
getNodeFactory() - Method in class nu.xom.Builder
If a custom NodeFactory was passed to the constructor, then this method returns a reference to it.
getParent() - Method in class nu.xom.Node
Returns the node that contains this node, or null if this node does not have a parent.
getPreserveBaseURI() - Method in class nu.xom.Serializer
Returns true if this serializer preserves the original base URIs by inserting extra xml:base attributes.
getPublicID() - Method in class nu.xom.DocType
Returns the public ID of the external DTD subset.
getQualifiedName() - Method in class nu.xom.Attribute
Returns the qualified name of this attribute, including the prefix if this attribute is in a namespace.
getQualifiedName() - Method in class nu.xom.Element
Returns the complete name of this element, including the namespace prefix if this element has one.
getRootElement() - Method in class nu.xom.Document
Returns this document's root element.
getRootElementName() - Method in class nu.xom.DocType
Returns the name the document type declaration specifies for the root element.
getSystemID() - Method in class nu.xom.DocType
Returns the system ID of the external DTD subset.
getTarget() - Method in class nu.xom.ProcessingInstruction
Returns the processing instruction target.
getType() - Method in class nu.xom.Attribute
Returns the DTD type of this attribute.
getURI() - Method in class nu.xom.xinclude.XIncludeException
Returns the URI of the document that caused this exception.
getUnicodeNormalizationFormC() - Method in class nu.xom.Serializer
If true, this property indicates serialization will perform Unicode normalization on all data using normalization form C (NFC).
getValidityError(int) - Method in class nu.xom.ValidityException
Returns a message indicating a specific validity problem in the input document as detected by the parser.
getValue() - Method in class nu.xom.Attribute
Returns the attribute value.
getValue() - Method in class nu.xom.Comment
Returns the value of this comment as defined by XPath 1.0.
getValue() - Method in class nu.xom.DocType
Returns the empty string.
getValue() - Method in class nu.xom.Document
Returns the value of the document as defined by XPath 1.0.
getValue() - Method in class nu.xom.Element
Returns the value of the element as defined by XPath 1.0.
getValue() - Method in class nu.xom.Node
Returns the XPath 1.0 string-value of this node.
getValue() - Method in class nu.xom.ProcessingInstruction
Returns the processing instruction data.
getValue() - Method in class nu.xom.Text
Returns the XPath 1.0 string-value of this Text node.

A B C D E F G H I L M N P R S T U V W X
Copyright 2002-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu