A B C D E F G H I J L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- ignorableWhitespace(char[], int, int) - Method in class org.dom4j.io.XMLWriter
- IllegalAddException - Exception in org.dom4j
-
IllegalAddException
is thrown when a node is added incorrectly to anElement
- IllegalAddException(String) - Constructor for exception org.dom4j.IllegalAddException
- IllegalAddException(Branch, Node, String) - Constructor for exception org.dom4j.IllegalAddException
- IllegalAddException(Element, Node, String) - Constructor for exception org.dom4j.IllegalAddException
- importNode(Node, boolean) - Method in class org.dom4j.dom.DOMDocument
- indent() - Method in class org.dom4j.io.XMLWriter
- IndexedDocumentFactory - Class in org.dom4j.util
-
IndexedDocumentFactory
is a factory of XML objects which create indexed Element implementations to allow quicker lookup via name of Element and Attributes though at the expense of more memory used to create the name indexes. - IndexedDocumentFactory() - Constructor for class org.dom4j.util.IndexedDocumentFactory
- IndexedElement - Class in org.dom4j.util
-
IndexedElement
is an implementation ofElement
which maintains an index of the attributes and elements it contains to optimise lookups via name. - IndexedElement(String) - Constructor for class org.dom4j.util.IndexedElement
- IndexedElement(QName) - Constructor for class org.dom4j.util.IndexedElement
- IndexedElement(QName, int) - Constructor for class org.dom4j.util.IndexedElement
- indexOf(Object) - Method in class org.dom4j.tree.ContentListFacade
- indexOf(Node) - Method in interface org.dom4j.Branch
-
Returns the index of the given node if it is a child node of this branch or -1 if the given node is not a child node.
- indexOf(Node) - Method in class org.dom4j.tree.AbstractBranch
- indexOf(Node) - Method in class org.dom4j.tree.AbstractElement
- indexOf(Node) - Method in class org.dom4j.tree.DefaultElement
- init() - Method in class org.dom4j.DocumentFactory
- insertBefore(Node, Node, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMAttribute
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMCDATA
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMComment
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMDocument
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMDocumentType
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMElement
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMEntityReference
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMNamespace
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
- insertBefore(Node, Node) - Method in class org.dom4j.dom.DOMText
- insertData(int, String) - Method in class org.dom4j.dom.DOMCDATA
- insertData(int, String) - Method in class org.dom4j.dom.DOMComment
- insertData(int, String) - Method in class org.dom4j.dom.DOMText
- insertData(CharacterData, int, String) - Static method in class org.dom4j.dom.DOMNodeHelper
- installLexicalHandler() - Method in class org.dom4j.io.XMLWriter
- installXMLFilter(XMLReader) - Method in class org.dom4j.io.SAXReader
-
Installs any XMLFilter objects required to allow the SAX event stream to be filtered and preprocessed before it gets to dom4j.
- instance() - Method in class org.dom4j.util.PerThreadSingleton
- instance() - Method in class org.dom4j.util.SimpleSingleton
- instance() - Method in interface org.dom4j.util.SingletonStrategy
-
return a singleton instance of the class specified in setSingletonClass
- intern(QName) - Method in class org.dom4j.DocumentFactory
-
DOCUMENT ME!
- intern(QName) - Method in class org.dom4j.tree.QNameCache
-
DOCUMENT ME!
- internalEntityDecl(String, String) - Method in class org.dom4j.io.SAXContentHandler
-
Report an internal entity declaration.
- internalEntityDecl(String, String) - Method in class org.dom4j.io.SAXEventRecorder
- InternalEntityDecl - Class in org.dom4j.dtd
-
InternalEntityDecl
represents an internal entity declaration in a DTD. - InternalEntityDecl() - Constructor for class org.dom4j.dtd.InternalEntityDecl
- InternalEntityDecl(String, String) - Constructor for class org.dom4j.dtd.InternalEntityDecl
- invalidNodeTypeAddException(Node) - Method in class org.dom4j.tree.AbstractBranch
-
Called when an invalid node has been added.
- InvalidXPathException - Exception in org.dom4j
-
InvalidXPathException
is thrown when an invalid XPath expression is used to traverse an XML document - InvalidXPathException(String) - Constructor for exception org.dom4j.InvalidXPathException
- InvalidXPathException(String, String) - Constructor for exception org.dom4j.InvalidXPathException
- InvalidXPathException(String, Throwable) - Constructor for exception org.dom4j.InvalidXPathException
- isAttribute(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isAttributeNamespaceDeclaration(int) - Method in class org.dom4j.xpp.ProxyXmlStartTag
- isComment(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isDeclareNamespaceAttributes() - Method in class org.dom4j.io.SAXWriter
-
Should namespace declarations be converted to "xmlns" attributes.
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMAttribute
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMCDATA
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMComment
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMDocument
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMDocumentType
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMElement
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMEntityReference
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMNamespace
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMProcessingInstruction
- isDefaultNamespace(String) - Method in class org.dom4j.dom.DOMText
- isDocument(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isElement(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isElementContentWhitespace() - Method in class org.dom4j.dom.DOMCDATA
- isElementContentWhitespace() - Method in class org.dom4j.dom.DOMText
- isElementSpacePreserved(Element) - Method in class org.dom4j.io.XMLWriter
-
Determines if element is a special case of XML elements where it contains an xml:space attribute of "preserve".
- isEmpty() - Method in class org.dom4j.tree.ContentListFacade
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMAttribute
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMCDATA
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMComment
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMDocument
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMDocumentType
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMElement
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMEntityReference
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMNamespace
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
- isEqualNode(Node) - Method in class org.dom4j.dom.DOMText
- isEscapeText() - Method in class org.dom4j.io.XMLWriter
-
DOCUMENT ME!
- isExpandEmptyElements() - Method in class org.dom4j.io.OutputFormat
- isExpandEmptyElements() - Method in class org.dom4j.io.XMLWriter
- isId() - Method in class org.dom4j.dom.DOMAttribute
- isIgnorableEntity(String) - Method in class org.dom4j.io.SAXContentHandler
-
a Strategy Method to determine if a given entity name is ignorable
- isIgnoreableNamespace(Namespace, NamespaceStack) - Method in class org.dom4j.io.SAXWriter
-
DOCUMENT ME!
- isIgnoreComments() - Method in class org.dom4j.io.SAXContentHandler
-
Returns whether we should ignore comments or not.
- isIgnoreComments() - Method in class org.dom4j.io.SAXReader
-
Returns whether we should ignore comments or not.
- isIncludeExternalDTDDeclarations() - Method in class org.dom4j.io.SAXContentHandler
-
DOCUMENT ME!
- isIncludeExternalDTDDeclarations() - Method in class org.dom4j.io.SAXReader
-
DOCUMENT ME!
- isIncludeInternalDTDDeclarations() - Method in class org.dom4j.io.SAXContentHandler
-
DOCUMENT ME!
- isIncludeInternalDTDDeclarations() - Method in class org.dom4j.io.SAXReader
-
DOCUMENT ME!
- isLeaf() - Method in class org.dom4j.swing.BranchTreeNode
- isLeaf() - Method in class org.dom4j.swing.LeafTreeNode
- isMergeAdjacentText() - Method in class org.dom4j.io.SAXContentHandler
-
Returns whether adjacent text nodes should be merged together.
- isMergeAdjacentText() - Method in class org.dom4j.io.SAXReader
-
Returns whether adjacent text nodes should be merged together.
- isNamespace(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isNamespaceDeclaration(Namespace) - Method in class org.dom4j.io.DOMWriter
- isNamespaceDeclaration(Namespace) - Method in class org.dom4j.io.XMLWriter
- isNewLineAfterDeclaration() - Method in class org.dom4j.io.OutputFormat
-
DOCUMENT ME!
- isNewlines() - Method in class org.dom4j.io.OutputFormat
- isOmitEncoding() - Method in class org.dom4j.io.OutputFormat
- isPadText() - Method in class org.dom4j.io.OutputFormat
- isPreformattedTag(String) - Method in class org.dom4j.io.HTMLWriter
-
DOCUMENT ME!
- isProcessingInstruction(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isPruneElements() - Method in class org.dom4j.io.SAXModifier
-
Returns true when xml elements are not kept in memory while parsing.
- isPruneElements() - Method in class org.dom4j.jaxb.JAXBModifier
-
Returns true when the modified
Document
is not kept in memory. - isPruneElements() - Method in class org.dom4j.jaxb.JAXBReader
-
When 'true', the DOM4J document will not be kept in memory while parsing.
- isReadOnly() - Method in interface org.dom4j.Node
-
isReadOnly
returns true if this node is read only and cannot be modified. - isReadOnly() - Method in class org.dom4j.tree.AbstractBranch
- isReadOnly() - Method in class org.dom4j.tree.AbstractNode
- isReadOnly() - Method in class org.dom4j.tree.DefaultAttribute
- isReadOnly() - Method in class org.dom4j.tree.DefaultCDATA
- isReadOnly() - Method in class org.dom4j.tree.DefaultComment
- isReadOnly() - Method in class org.dom4j.tree.DefaultEntity
- isReadOnly() - Method in class org.dom4j.tree.DefaultNamespace
- isReadOnly() - Method in class org.dom4j.tree.DefaultProcessingInstruction
- isReadOnly() - Method in class org.dom4j.tree.DefaultText
- isRootElement() - Method in interface org.dom4j.Element
-
DOCUMENT ME!
- isRootElement() - Method in class org.dom4j.tree.AbstractElement
- isSameNode(Node) - Method in class org.dom4j.dom.DOMAttribute
- isSameNode(Node) - Method in class org.dom4j.dom.DOMCDATA
- isSameNode(Node) - Method in class org.dom4j.dom.DOMComment
- isSameNode(Node) - Method in class org.dom4j.dom.DOMDocument
- isSameNode(Node) - Method in class org.dom4j.dom.DOMDocumentType
- isSameNode(Node) - Method in class org.dom4j.dom.DOMElement
- isSameNode(Node) - Method in class org.dom4j.dom.DOMEntityReference
- isSameNode(Node) - Method in class org.dom4j.dom.DOMNamespace
- isSameNode(Node) - Method in class org.dom4j.dom.DOMProcessingInstruction
- isSameNode(Node) - Method in class org.dom4j.dom.DOMText
- isStringInternEnabled() - Method in class org.dom4j.io.SAXReader
-
Sets whether String interning is enabled or disabled for element & attribute names and namespace URIs.
- isStripWhitespaceText() - Method in class org.dom4j.io.SAXContentHandler
-
Sets whether whitespace between element start and end tags should be ignored
- isStripWhitespaceText() - Method in class org.dom4j.io.SAXReader
-
Sets whether whitespace between element start and end tags should be ignored
- isSupported(String, String) - Method in class org.dom4j.dom.DOMAttribute
- isSupported(String, String) - Method in class org.dom4j.dom.DOMCDATA
- isSupported(String, String) - Method in class org.dom4j.dom.DOMComment
- isSupported(String, String) - Method in class org.dom4j.dom.DOMDocument
- isSupported(String, String) - Method in class org.dom4j.dom.DOMDocumentType
- isSupported(String, String) - Method in class org.dom4j.dom.DOMElement
- isSupported(String, String) - Method in class org.dom4j.dom.DOMEntityReference
- isSupported(String, String) - Method in class org.dom4j.dom.DOMNamespace
- isSupported(String, String) - Method in class org.dom4j.dom.DOMProcessingInstruction
- isSupported(String, String) - Method in class org.dom4j.dom.DOMText
- isSupported(Node, String, String) - Static method in class org.dom4j.dom.DOMNodeHelper
- isSuppressDeclaration() - Method in class org.dom4j.io.OutputFormat
-
DOCUMENT ME!
- isText(Object) - Method in class org.jaxen.dom4j.DocumentNavigator
- isTextOnly() - Method in interface org.dom4j.Element
-
Returns true if this
Element
has text only content. - isTextOnly() - Method in class org.dom4j.tree.AbstractElement
- isTrimText() - Method in class org.dom4j.io.OutputFormat
- isValidating() - Method in class org.dom4j.io.SAXReader
-
DOCUMENT ME!
- isXHTML() - Method in class org.dom4j.io.OutputFormat
-
Whether or not to use the XHTML standard: like HTML but passes an XML parser with real, closed tags.
- item(int) - Method in class org.dom4j.dom.DOMAttributeNodeMap
- item(int) - Method in class org.dom4j.dom.DOMNodeHelper.EmptyNodeList
All Classes All Packages