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

I

IllegalAddException - exception org.dom4j.IllegalAddException.
IllegalAddException is thrown when a node is added incorrectly to an Element
IllegalAddException(String) - Constructor for class org.dom4j.IllegalAddException
 
IllegalAddException(Element, Node, String) - Constructor for class org.dom4j.IllegalAddException
 
IllegalAddException(Branch, Node, String) - Constructor for class org.dom4j.IllegalAddException
 
IndexedDocumentFactory - class org.dom4j.util.IndexedDocumentFactory.
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 org.dom4j.util.IndexedElement.
IndexedElement is an implementation of Elementwhich 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
 
InternalEntityDecl - class org.dom4j.dtd.InternalEntityDecl.
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
 
InvalidSchemaException - exception org.dom4j.datatype.InvalidSchemaException.
InvalidSchemaException is thrown when an invalid XML Schema document is used
InvalidSchemaException(String) - Constructor for class org.dom4j.datatype.InvalidSchemaException
 
InvalidXPathException - exception org.dom4j.InvalidXPathException.
InvalidXPathException is thrown when an invalid XPath expression is used to traverse an XML document
InvalidXPathException(String) - Constructor for class org.dom4j.InvalidXPathException
 
InvalidXPathException(String, String) - Constructor for class org.dom4j.InvalidXPathException
 
InvalidXPathException(String, Throwable) - Constructor for class org.dom4j.InvalidXPathException
 
ignorableWhitespace(char[], int, int) - Method in class org.dom4j.io.XMLWriter
 
importNode(Node, boolean) - Method in class org.dom4j.dom.DOMDocument
 
indent() - Method in class org.dom4j.io.XMLWriter
 
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(Object) - Method in class org.dom4j.tree.ContentListFacade
 
indexOf(Node) - Method in class org.dom4j.tree.DefaultElement
 
init() - Method in class org.dom4j.DocumentFactory
 
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, Node) - Static method in class org.dom4j.dom.DOMNodeHelper
 
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(CharacterData, int, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
insertData(int, String) - Method in class org.dom4j.dom.DOMText
 
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
 
invalidNodeTypeAddException(Node) - Method in class org.dom4j.tree.AbstractBranch
Called when an invalid node has been added.
isAttributeNamespaceDeclaration(int) - Method in class org.dom4j.xpp.ProxyXmlStartTag
 
isDeclareNamespaceAttributes() - Method in class org.dom4j.io.SAXWriter
Should namespace declarations be converted to "xmlns" attributes.
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
 
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
 
isIgnorableEntity(String) - Method in class org.dom4j.io.SAXContentHandler
a Strategy Method to determine if a given entity name is ignorable
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.
isIgnoreableNamespace(Namespace, NamespaceStack) - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
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.
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
 
isNotation(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
isNotation(String) - Method in class org.dom4j.datatype.DatatypeElement
 
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!
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 Documentis 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.datatype.DatatypeAttribute
 
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
 
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(Node, String, String) - Static method in class org.dom4j.dom.DOMNodeHelper
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMProcessingInstruction
 
isSupported(String, String) - Method in class org.dom4j.dom.DOMText
 
isSuppressDeclaration() - Method in class org.dom4j.io.OutputFormat
DOCUMENT ME!
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
 
isUnparsedEntity(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
isUnparsedEntity(String) - Method in class org.dom4j.datatype.DatatypeElement
 
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
 

A B C D E F G H I J L M N O P Q R S T U V W X
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo