Alphabetical Index: I

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 is thrown when a node is added incorrectly to an Element
IllegalAddException(String) - constructor for class org.dom4j.IllegalAddException
indent() - method in class org.dom4j.io.XMLWriter
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.
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(org.dom4j.QName) - constructor for class org.dom4j.util.IndexedElement
IndexedElement(org.dom4j.QName,int) - constructor for class org.dom4j.util.IndexedElement
IndexedElement(String) - constructor for class org.dom4j.util.IndexedElement
indexOf(org.dom4j.Node) - method in class 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 class org.dom4j.util.SingletonStrategy
return a singleton instance of the class specified in setSingletonClass
intern(org.dom4j.QName) - method in class org.dom4j.DocumentFactory
DOCUMENT ME!
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
Report an internal entity declaration.
InvalidSchemaException is thrown when an invalid XML Schema document is used
InvalidSchemaException(String) - constructor for class org.dom4j.datatype.InvalidSchemaException
InvalidXPathException is thrown when an invalid XPath expression is used to traverse an XML document
InvalidXPathException(String) - constructor for class org.dom4j.InvalidXPathException
isDeclareNamespaceAttributes() - method in class org.dom4j.io.SAXWriter
Should namespace declarations be converted to "xmlns" attributes.
Determines if element is a special case of XML elements where it contains an xml:space attribute of "preserve".
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
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.
DOCUMENT ME!
isIncludeExternalDTDDeclarations() - method in class org.dom4j.io.SAXReader
DOCUMENT ME!
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.
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 returns true if this node is read only and cannot be modified.
isReadOnly() - method in class org.dom4j.Node
isReadOnly returns true if this node is read only and cannot be modified.
isRootElement() - method in class 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 class 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.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo