跳过导航链接
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) - 类 中的方法org.dom4j.io.XMLWriter
 
IllegalAddException - org.dom4j中的异常错误
IllegalAddException is thrown when a node is added incorrectly to an Element
IllegalAddException(String) - 异常错误 的构造器org.dom4j.IllegalAddException
 
IllegalAddException(Element, Node, String) - 异常错误 的构造器org.dom4j.IllegalAddException
 
IllegalAddException(Branch, Node, String) - 异常错误 的构造器org.dom4j.IllegalAddException
 
indent() - 类 中的方法org.dom4j.io.XMLWriter
 
IndexedDocumentFactory - 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() - 类 的构造器org.dom4j.util.IndexedDocumentFactory
 
IndexedElement - 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) - 类 的构造器org.dom4j.util.IndexedElement
 
IndexedElement(QName) - 类 的构造器org.dom4j.util.IndexedElement
 
IndexedElement(QName, int) - 类 的构造器org.dom4j.util.IndexedElement
 
indexOf(Node) - 接口 中的方法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() - 类 中的方法org.dom4j.DocumentFactory
 
installLexicalHandler() - 类 中的方法org.dom4j.io.XMLWriter
 
installXMLFilter(XMLReader) - 类 中的方法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() - 类 中的方法org.dom4j.util.PerThreadSingleton
 
instance() - 类 中的方法org.dom4j.util.SimpleSingleton
 
instance() - 接口 中的方法org.dom4j.util.SingletonStrategy
return a singleton instance of the class specified in setSingletonClass
intern(QName) - 类 中的方法org.dom4j.DocumentFactory
DOCUMENT ME!
InternalEntityDecl - org.dom4j.dtd中的类
InternalEntityDecl represents an internal entity declaration in a DTD.
InternalEntityDecl() - 类 的构造器org.dom4j.dtd.InternalEntityDecl
 
InternalEntityDecl(String, String) - 类 的构造器org.dom4j.dtd.InternalEntityDecl
 
internalEntityDecl(String, String) - 类 中的方法org.dom4j.io.SAXContentHandler
Report an internal entity declaration.
internalEntityDecl(String, String) - 类 中的方法org.dom4j.io.SAXEventRecorder
 
InvalidSchemaException - org.dom4j.datatype中的异常错误
InvalidSchemaException is thrown when an invalid XML Schema document is used
InvalidSchemaException(String) - 异常错误 的构造器org.dom4j.datatype.InvalidSchemaException
 
InvalidXPathException - org.dom4j中的异常错误
InvalidXPathException is thrown when an invalid XPath expression is used to traverse an XML document
InvalidXPathException(String) - 异常错误 的构造器org.dom4j.InvalidXPathException
 
InvalidXPathException(String, String) - 异常错误 的构造器org.dom4j.InvalidXPathException
 
InvalidXPathException(String, Throwable) - 异常错误 的构造器org.dom4j.InvalidXPathException
 
isDeclareNamespaceAttributes() - 类 中的方法org.dom4j.io.SAXWriter
Should namespace declarations be converted to "xmlns" attributes.
isElementSpacePreserved(Element) - 类 中的方法org.dom4j.io.XMLWriter
Determines if element is a special case of XML elements where it contains an xml:space attribute of "preserve".
isEnabled() - 类 中的方法org.dom4j.io.HTMLWriter
 
isEscapeText() - 类 中的方法org.dom4j.io.XMLWriter
DOCUMENT ME!
isExpandEmptyElements() - 类 中的方法org.dom4j.io.OutputFormat
 
isExpandEmptyElements() - 类 中的方法org.dom4j.io.XMLWriter
 
isIgnorableEntity(String) - 类 中的方法org.dom4j.io.SAXContentHandler
a Strategy Method to determine if a given entity name is ignorable
isIgnoreableNamespace(Namespace, NamespaceStack) - 类 中的方法org.dom4j.io.SAXWriter
DOCUMENT ME!
isIgnoreComments() - 类 中的方法org.dom4j.io.SAXContentHandler
Returns whether we should ignore comments or not.
isIgnoreComments() - 类 中的方法org.dom4j.io.SAXReader
Returns whether we should ignore comments or not.
isIncludeExternalDTDDeclarations() - 类 中的方法org.dom4j.io.SAXContentHandler
DOCUMENT ME!
isIncludeExternalDTDDeclarations() - 类 中的方法org.dom4j.io.SAXReader
DOCUMENT ME!
isIncludeInternalDTDDeclarations() - 类 中的方法org.dom4j.io.SAXContentHandler
DOCUMENT ME!
isIncludeInternalDTDDeclarations() - 类 中的方法org.dom4j.io.SAXReader
DOCUMENT ME!
isMergeAdjacentText() - 类 中的方法org.dom4j.io.SAXContentHandler
Returns whether adjacent text nodes should be merged together.
isMergeAdjacentText() - 类 中的方法org.dom4j.io.SAXReader
Returns whether adjacent text nodes should be merged together.
isNamespaceDeclaration(Namespace) - 类 中的方法org.dom4j.io.DOMWriter
 
isNamespaceDeclaration(Namespace) - 类 中的方法org.dom4j.io.XMLWriter
 
isNewLineAfterDeclaration() - 类 中的方法org.dom4j.io.OutputFormat
DOCUMENT ME!
isNewlines() - 类 中的方法org.dom4j.io.OutputFormat
 
isNotation(String) - 类 中的方法org.dom4j.datatype.DatatypeAttribute
 
isNotation(String) - 类 中的方法org.dom4j.datatype.DatatypeElement
 
isOmitEncoding() - 类 中的方法org.dom4j.io.OutputFormat
 
isPadText() - 类 中的方法org.dom4j.io.OutputFormat
 
isPreformattedTag(String) - 类 中的方法org.dom4j.io.HTMLWriter
DOCUMENT ME!
isPruneElements() - 类 中的方法org.dom4j.io.SAXModifier
Returns true when xml elements are not kept in memory while parsing.
isReadOnly() - 类 中的方法org.dom4j.datatype.DatatypeAttribute
 
isReadOnly() - 接口 中的方法org.dom4j.Node
isReadOnly returns true if this node is read only and cannot be modified.
isRootElement() - 接口 中的方法org.dom4j.Element
DOCUMENT ME!
isStringInternEnabled() - 类 中的方法org.dom4j.io.SAXReader
Sets whether String interning is enabled or disabled for element & attribute names and namespace URIs.
isStripWhitespaceText() - 类 中的方法org.dom4j.io.SAXContentHandler
Sets whether whitespace between element start and end tags should be ignored
isStripWhitespaceText() - 类 中的方法org.dom4j.io.SAXReader
Sets whether whitespace between element start and end tags should be ignored
isSuppressDeclaration() - 类 中的方法org.dom4j.io.OutputFormat
DOCUMENT ME!
isTextOnly() - 接口 中的方法org.dom4j.Element
Returns true if this Element has text only content.
isTrimText() - 类 中的方法org.dom4j.io.OutputFormat
 
isUnparsedEntity(String) - 类 中的方法org.dom4j.datatype.DatatypeAttribute
 
isUnparsedEntity(String) - 类 中的方法org.dom4j.datatype.DatatypeElement
 
isValidating() - 类 中的方法org.dom4j.io.SAXReader
DOCUMENT ME!
isXHTML() - 类 中的方法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