- name - Variable in class org.jdom.Attribute
-
The local name of the Attribute
- name - Variable in class org.jdom.Element
-
The local name of the element
- name - Variable in class org.jdom.EntityRef
-
The name of the EntityRef
- namespace - Variable in class org.jdom.Attribute
-
- namespace - Variable in class org.jdom.Element
-
The namespace of the element
- Namespace - Class in org.jdom
-
An XML namespace representation, as well as a factory for creating XML
namespace objects.
- negate() - Method in class org.jdom.filter.AbstractFilter
-
- newInstance(String) - Static method in class org.jdom.xpath.XPath
-
Creates a new XPath wrapper object, compiling the specified
XPath expression.
- NMTOKEN_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is a name token.
- NMTOKENS_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is a list of name tokens.
- NO_NAMESPACE - Static variable in class org.jdom.Namespace
-
Define a Namespace
for when not in a namespace
- NORMALIZE - Static variable in class org.jdom.output.Format.TextMode
-
Mode for text normalization (left and right trim plus internal
whitespace is normalized to a single space.
- normalizeString(String) - Static method in class org.jdom.Text
-
This returns a new string with all surrounding whitespace
removed and internal whitespace normalized to a single space.
- NOTATION_TYPE - Static variable in class org.jdom.Attribute
-
Attribute type: the attribute value is the name of a notation.
- notationDecl(String, String, String) - Method in class org.jdom.input.SAXHandler
-
Handle the declaration of a Notation in a DTD
- numberValueOf(Object) - Method in class org.jdom.xpath.XPath
-
Returns the number value of the first node selected by applying
the wrapped XPath expression to the given context.