A B C D E G H I J L M N O P R S T V X

N

name - Variable in class org.jdom.Entity
The name of the Entity
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
namespaceMappings - Variable in class org.jdom.Document
The namespace prefix/URI mappings for this Document.
NoSuchAttributeException - exception org.jdom.NoSuchAttributeException.
NoSuchAttributeException is thrown when a requested XML attribute is searched for and does not exist.
NoSuchAttributeException(String) - Constructor for class org.jdom.NoSuchAttributeException
This will create an Exception indicating that the specified attribute does not exist for the current element.
NoSuchElementException - exception org.jdom.NoSuchElementException.
NoSuchElementException is thrown when a requested XML element is searched for and does not exist.
NoSuchElementException(String) - Constructor for class org.jdom.NoSuchElementException
This will create an Exception indicating that the specified element does not exist nested directly (one level deep) within the current element.
NoSuchProcessingInstructionException - exception org.jdom.NoSuchProcessingInstructionException.
NoSuchProcessingInstructionException is thrown when a requested XML processing instruction is searched for and does not exist.
NoSuchProcessingInstructionException(String) - Constructor for class org.jdom.NoSuchProcessingInstructionException
This will create an Exception indicating that the specified PI does not exist for the current element.
notations - Variable in class org.jdom.DocType
The notations that the DOCTYPE defines

A B C D E G H I J L M N O P R S T V X
Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.