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

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 an Element
IllegalAddException(String) - Constructor for exception org.dom4j.IllegalAddException
 
IllegalAddException(Element, Node, String) - Constructor for exception org.dom4j.IllegalAddException
 
IllegalAddException(Branch, Node, String) - Constructor for exception org.dom4j.IllegalAddException
 
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 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
 
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.
init() - Method in class org.dom4j.DocumentFactory
 
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!
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
 
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
 
InvalidSchemaException - Exception in org.dom4j.datatype
InvalidSchemaException is thrown when an invalid XML Schema document is used
InvalidSchemaException(String) - Constructor for exception org.dom4j.datatype.InvalidSchemaException
 
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
 
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".
isEnabled() - Method in class org.dom4j.io.HTMLWriter
 
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
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!
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.
isReadOnly() - Method in class org.dom4j.datatype.DatatypeAttribute
 
isReadOnly() - Method in interface org.dom4j.Node
isReadOnly returns true if this node is read only and cannot be modified.
isRootElement() - Method in interface org.dom4j.Element
DOCUMENT ME!
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
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.
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.

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

SourceForge Logo