跳过导航链接
A B C D E F G H I L M N O P Q R S T U V W X 

E

Element - org.dom4j中的接口
Element interface defines an XML element.
element(String) - 接口 中的方法org.dom4j.Element
Returns the first element for the given local name and any namespace.
element(QName) - 接口 中的方法org.dom4j.Element
Returns the first element for the given fully qualified name.
element(String) - 类 中的方法org.dom4j.util.IndexedElement
 
element(QName) - 类 中的方法org.dom4j.util.IndexedElement
 
ELEMENT_NODE - 接口 中的静态变量org.dom4j.Node
Matches Element nodes
elementByID(String) - 接口 中的方法org.dom4j.Branch
Returns the element of the given ID attribute value.
ElementDecl - org.dom4j.dtd中的类
AttributeDecl represents an element declaration in a DTD.
ElementDecl() - 类 的构造器org.dom4j.dtd.ElementDecl
 
ElementDecl(String, String) - 类 的构造器org.dom4j.dtd.ElementDecl
 
elementDecl(String, String) - 类 中的方法org.dom4j.io.SAXContentHandler
Report an element type declaration.
elementDecl(String, String) - 类 中的方法org.dom4j.io.SAXEventRecorder
 
ElementHandler - org.dom4j中的接口
ElementHandler interface defines a handler of Element objects.
elementIndex() - 类 中的方法org.dom4j.util.IndexedElement
 
elementIterator() - 接口 中的方法org.dom4j.Element
Returns an iterator over all this elements child elements.
elementIterator(String) - 接口 中的方法org.dom4j.Element
Returns an iterator over the elements contained in this element which match the given local name and any namespace.
elementIterator(QName) - 接口 中的方法org.dom4j.Element
Returns an iterator over the elements contained in this element which match the given fully qualified name.
ElementModifier - org.dom4j.io中的接口
ElementModifier defines a modifier of Elementobjects.
ElementPath - org.dom4j中的接口
This interface is used by ElementHandlerinstances to retrieve information about the current path hierarchy they are to process.
elements() - 接口 中的方法org.dom4j.Element
Returns the elements contained in this element.
elements(String) - 接口 中的方法org.dom4j.Element
Returns the elements contained in this element with the given local name and any namespace.
elements(QName) - 接口 中的方法org.dom4j.Element
Returns the elements contained in this element with the given fully qualified name.
elements(String) - 类 中的方法org.dom4j.util.IndexedElement
 
elements(QName) - 类 中的方法org.dom4j.util.IndexedElement
 
elementText(String) - 接口 中的方法org.dom4j.Element
 
elementText(QName) - 接口 中的方法org.dom4j.Element
 
elementTextTrim(String) - 接口 中的方法org.dom4j.Element
 
elementTextTrim(QName) - 接口 中的方法org.dom4j.Element
 
endCDATA() - 类 中的方法org.dom4j.io.HTMLWriter
 
endCDATA() - 类 中的方法org.dom4j.io.SAXContentHandler
 
endCDATA() - 类 中的方法org.dom4j.io.SAXEventRecorder
 
endCDATA() - 类 中的方法org.dom4j.io.XMLWriter
 
endDocument() - 类 中的方法org.dom4j.io.SAXContentHandler
 
endDocument() - 类 中的方法org.dom4j.io.SAXEventRecorder
 
endDocument() - 类 中的方法org.dom4j.io.SAXWriter
 
endDocument() - 类 中的方法org.dom4j.io.XMLWriter
 
endDTD() - 类 中的方法org.dom4j.io.SAXContentHandler
 
endDTD() - 类 中的方法org.dom4j.io.SAXEventRecorder
 
endDTD() - 类 中的方法org.dom4j.io.XMLWriter
 
endElement(String, String, String) - 类 中的方法org.dom4j.io.SAXContentHandler
 
endElement(String, String, String) - 类 中的方法org.dom4j.io.SAXEventRecorder
 
endElement(Element) - 类 中的方法org.dom4j.io.SAXWriter
 
endElement(String, String, String) - 类 中的方法org.dom4j.io.XMLWriter
 
endEntity(String) - 类 中的方法org.dom4j.io.SAXContentHandler
 
endEntity(String) - 类 中的方法org.dom4j.io.SAXEventRecorder
 
endEntity(String) - 类 中的方法org.dom4j.io.XMLWriter
 
endPrefixMapping(String) - 类 中的方法org.dom4j.io.SAXContentHandler
 
endPrefixMapping(String) - 类 中的方法org.dom4j.io.SAXEventRecorder
 
endPrefixMapping(NamespaceStack, int) - 类 中的方法org.dom4j.io.SAXWriter
Fires a SAX endPrefixMapping event for all the namespaceStack which have gone out of scope
endPrefixMapping(String) - 类 中的方法org.dom4j.io.XMLWriter
 
Entity - org.dom4j中的接口
Entity defines an XML entity.
ENTITY_REFERENCE_NODE - 接口 中的静态变量org.dom4j.Node
Matches elements nodes
entityResolver(Document) - 类 中的方法org.dom4j.io.SAXWriter
 
equals(Object) - 类 中的方法org.dom4j.Namespace
Checks whether this Namespace equals the given Namespace.
equals(Object) - 类 中的方法org.dom4j.QName
 
equals(Object) - 类 中的方法org.dom4j.rule.Rule
 
error(SAXParseException) - 类 中的方法org.dom4j.io.SAXContentHandler
This method is called when an error is detected during parsing such as a validation error.
error(SAXParseException) - 类 中的方法org.dom4j.util.XMLErrorHandler
 
ERROR_QNAME - 类 中的静态变量org.dom4j.util.XMLErrorHandler
 
escapeAttributeEntities(String) - 类 中的方法org.dom4j.io.XMLWriter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeElementEntities(String) - 类 中的方法org.dom4j.io.XMLWriter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
evaluate(Object) - 接口 中的方法org.dom4j.XPath
evaluate evaluates an XPath expression and returns the result as an Object.
ExternalEntityDecl - org.dom4j.dtd中的类
ExternalEntityDecl represents an external entity declaration in a DTD.
ExternalEntityDecl() - 类 的构造器org.dom4j.dtd.ExternalEntityDecl
 
ExternalEntityDecl(String, String, String) - 类 的构造器org.dom4j.dtd.ExternalEntityDecl
 
externalEntityDecl(String, String, String) - 类 中的方法org.dom4j.io.SAXContentHandler
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - 类 中的方法org.dom4j.io.SAXEventRecorder
 
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