Alphabetical Index: M

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

M

Returns a new Nodes object containing an attribute in the specified namespace with the specified name and type.
makeComment(String) - method in class nu.xom.NodeFactory
Returns a new Nodes object containing a comment with the specified text.
Returns a new Nodes object containing a DocType object with the specified root element name, system ID, and public ID.
makeNamespaceContext(nu.xom.Element) - static method in class nu.xom.XPathContext
Creates a new XPath context that contains all the namespace bindings in scope on the element.
Returns a new Nodes object containing a new ProcessingInstruction object with the specified target and data.
Creates a new element in the specified namespace with the specified name.
makeText(String) - method in class nu.xom.NodeFactory
Returns a new Nodes object containing a text node with the specified content.
Indicates that a string intended for use as a URI or URI reference (typically a namespace name or a base URI) is not syntactically correct according to RFC 3986.
Creates a new MalformedURIException with a detail message.
Creates a new MalformedURIException with a detail message and an underlying root cause.
Indicates that an xinclude:fallback element was found outside of an xinclude:include element.
MisplacedFallbackException(String) - constructor for class nu.xom.xinclude.MisplacedFallbackException
Constructs a MisplacedFallbackException with the specified detail message.
Creates a new MisplacedFallbackException with a detail message, line and column numbers, and a URI of the document that caused the exception.
Indicates an attempt to add a node that already has a parent to the same or a different parent.
Creates a new MultipleParentException with a detail message.
Creates a new MultipleParentException with a detail message and an underlying root cause.

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