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

G

get(String, String) - Static method in class org.dom4j.Namespace
A helper method to return the Namespace instance for the given prefix and URI
get(String) - Static method in class org.dom4j.Namespace
A helper method to return the Namespace instance for no prefix and the URI
get(String) - Static method in class org.dom4j.QName
 
get(String, Namespace) - Static method in class org.dom4j.QName
 
get(String, String, String) - Static method in class org.dom4j.QName
 
get(String, String) - Static method in class org.dom4j.QName
 
get(String, Namespace, String) - Static method in class org.dom4j.QName
 
getAction() - Method in class org.dom4j.rule.Rule
Getter for property action.
getAppearenceCount() - Method in class org.dom4j.rule.Rule
Getter for property appearenceCount.
getAttributeName() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property attributeName.
getAttributeQuoteCharacter() - Method in class org.dom4j.io.OutputFormat
 
getAttributeXSDatatype(QName) - Method in class org.dom4j.datatype.DatatypeElementFactory
DOCUMENT ME!
getBaseUri() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getBaseUri() - Method in class org.dom4j.datatype.DatatypeElement
 
getCause() - Method in exception org.dom4j.DocumentException
 
getChildElementXSDatatype(QName) - Method in class org.dom4j.datatype.DatatypeElementFactory
DOCUMENT ME!
getConsumer() - Method in class org.dom4j.io.STAXEventWriter
Returns a reference to the underlying event consumer to which events are written.
getContentHandler() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getCopyOfUserData() - Method in class org.dom4j.util.UserDataElement
If a deep copy of user data is required whenever the clone() or createCopy() methods are called on this element then this method should return a clone of the user data
getCurrent() - Method in interface org.dom4j.ElementPath
DOCUMENT ME!
getData() - Method in interface org.dom4j.Attribute
Accesses the data of this attribute which may implement data typing bindings such as XML Schema or Java Bean bindings or will return the same value as Node.getText().
getData() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getData() - Method in class org.dom4j.datatype.DatatypeElement
 
getData() - Method in interface org.dom4j.Element
Accesses the data of this element which may implement data typing bindings such as XML Schema or Java Bean bindings or will return the same value as Element.getText()
getData() - Method in class org.dom4j.util.UserDataAttribute
 
getData() - Method in class org.dom4j.util.UserDataElement
 
getDispatchHandler() - Method in class org.dom4j.io.SAXReader
 
getDispatchHandler() - Method in class org.dom4j.io.XPP3Reader
 
getDispatchHandler() - Method in class org.dom4j.io.XPPReader
 
getDocType() - Method in interface org.dom4j.Document
DOCUMENT ME!
getDocument() - Method in class org.dom4j.io.DocumentResult
DOCUMENT ME!
getDocument() - Method in class org.dom4j.io.DocumentSource
DOCUMENT ME!
getDocument() - Method in class org.dom4j.io.SAXContentHandler
DOCUMENT ME!
getDocument() - Method in interface org.dom4j.Node
getDocument returns the Document that this Node is part of if this node supports the parent relationship.
getDocumentFactory() - Method in class org.dom4j.io.DOMReader
DOCUMENT ME!
getDocumentFactory() - Method in class org.dom4j.io.SAXModifier
Get the DocumentFactoryused to create the DOM4J document structure
getDocumentFactory() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
getDocumentFactory() - Method in class org.dom4j.io.XPP3Reader
DOCUMENT ME!
getDocumentFactory() - Method in class org.dom4j.io.XPPReader
DOCUMENT ME!
getDocumentFactory() - Method in class org.dom4j.QName
DOCUMENT ME!
getDomDocumentClass() - Method in class org.dom4j.io.DOMWriter
 
getDTDHandler() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getElement(int) - Method in interface org.dom4j.ElementPath
DOCUMENT ME!
getElementFactory(QName) - Method in class org.dom4j.datatype.DatatypeDocumentFactory
Registers the given DatatypeElementFactory for the given <element> schema element
getElementName() - Method in interface org.dom4j.DocumentType
This method is the equivalent to the Node.getName()method.
getElementName() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property elementName.
getElementStack() - Method in class org.dom4j.io.SAXContentHandler
 
getEncoding() - Method in class org.dom4j.io.OutputFormat
 
getEncoding() - Method in class org.dom4j.io.SAXReader
Returns encoding used for InputSource (null means system default encoding)
getEntityResolver() - Method in interface org.dom4j.Document
DOCUMENT ME!
getEntityResolver() - Method in class org.dom4j.io.SAXContentHandler
 
getEntityResolver() - Method in class org.dom4j.io.SAXReader
Returns the current entity resolver used to resolve entities
getEntityResolver() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getErrorHandler() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
getErrorHandler() - Method in class org.dom4j.io.SAXValidator
DOCUMENT ME!
getErrorHandler() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getErrorQName() - Method in class org.dom4j.util.XMLErrorHandler
 
getErrors() - Method in class org.dom4j.util.XMLErrorHandler
 
getEventFactory() - Method in class org.dom4j.io.STAXEventWriter
Returns a reference to the event factory used to construct STAX events.
getExternalDeclarations() - Method in interface org.dom4j.DocumentType
Returns a list of internal DTD declaration objects, defined in the org.dom4j.dtdpackage
getFatalErrorQName() - Method in class org.dom4j.util.XMLErrorHandler
 
getFeature(String) - Method in class org.dom4j.io.SAXWriter
Looks up the value of a feature.
getFunctionContext() - Method in interface org.dom4j.XPath
DOCUMENT ME!
getHandler() - Method in class org.dom4j.io.XMLResult
 
getImportPrecedence() - Method in class org.dom4j.rule.Rule
Getter for property importPrecedence.
getIndent() - Method in class org.dom4j.io.OutputFormat
 
getInputSource() - Method in class org.dom4j.io.SAXContentHandler
 
getInstance() - Static method in class org.dom4j.datatype.DatatypeDocumentFactory
Access to the singleton instance of this factory.
getInstance() - Static method in class org.dom4j.DocumentFactory
Access to singleton implementation of DocumentFactory which is used if no DocumentFactory is specified when building using the standard builders.
getInstance() - Static method in class org.dom4j.util.IndexedDocumentFactory
Access to the singleton instance of this factory.
getInstance() - Static method in class org.dom4j.util.NonLazyDocumentFactory
Access to the singleton instance of this factory.
getInstance() - Static method in class org.dom4j.util.UserDataDocumentFactory
Access to the singleton instance of this factory.
getInternalDeclarations() - Method in interface org.dom4j.DocumentType
Returns a list of internal DTD declaration objects, defined in the org.dom4j.dtdpackage
getLexicalHandler() - Method in class org.dom4j.io.SAXWriter
DOCUMENT ME!
getLexicalHandler() - Method in class org.dom4j.io.XMLResult
 
getLexicalHandler() - Method in class org.dom4j.io.XMLWriter
 
getLineSeparator() - Method in class org.dom4j.io.OutputFormat
 
getMatchesNodeName() - Method in interface org.dom4j.rule.Pattern
For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then this pattern may return the name of the element or attribute it matches.
getMatchesNodeName() - Method in class org.dom4j.rule.Rule
For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then this pattern may return the name of the element or attribute it matches.
getMatchingRule(Node) - Method in class org.dom4j.rule.Mode
Performs an XSLT processing model match for the rule which matches the given Node the best.
getMatchingRule(String, Node) - Method in class org.dom4j.rule.RuleManager
Performs an XSLT processing model match for the rule which matches the given Node the best.
getMatchingRule(Node) - Method in class org.dom4j.rule.RuleSet
Performs an XSLT processing model match for the rule which matches the given Node the best.
getMatchType() - Method in interface org.dom4j.rule.Pattern
DOCUMENT ME!
getMatchType() - Method in class org.dom4j.rule.Rule
DOCUMENT ME!
getMaximumAllowedCharacter() - Method in class org.dom4j.io.XMLWriter
Returns the maximum allowed character code that should be allowed unescaped which defaults to 127 in US-ASCII (7 bit) or 255 in ISO- (8 bit).
getMessage() - Method in exception org.dom4j.DocumentException
 
getMode() - Method in class org.dom4j.rule.Rule
Getter for property mode.
getMode(String) - Method in class org.dom4j.rule.RuleManager
DOCUMENT ME!
getModel() - Method in class org.dom4j.dtd.ElementDecl
Getter for property model.
getModeName() - Method in class org.dom4j.rule.Stylesheet
DOCUMENT ME!
getName() - Method in class org.dom4j.dtd.ElementDecl
Getter for property name.
getName() - Method in class org.dom4j.dtd.ExternalEntityDecl
Getter for property name.
getName() - Method in class org.dom4j.dtd.InternalEntityDecl
Getter for property name.
getName() - Method in interface org.dom4j.Node
getName returns the name of this node.
getName() - Method in class org.dom4j.QName
DOCUMENT ME!
getNamespace() - Method in interface org.dom4j.Attribute
Returns the Namespace of this element if one exists otherwise null is returned returned.
getNamespace() - Method in interface org.dom4j.Element
Returns the Namespace of this element if one exists otherwise Namespace.NO_NAMESPACE is returned.
getNamespace(String, String) - Method in class org.dom4j.io.DOMReader
 
getNamespace() - Method in class org.dom4j.QName
DOCUMENT ME!
getNamespaceContext() - Method in interface org.dom4j.XPath
DOCUMENT ME!
getNamespaceForPrefix(String) - Method in interface org.dom4j.Element
Returns the Namespace which is mapped to the given prefix or null if it could not be found.
getNamespaceForURI(String) - Method in interface org.dom4j.Element
Returns the Namespace which is mapped to the given URI or null if it could not be found.
getNamespacePrefix() - Method in interface org.dom4j.Attribute
Returns the namespace prefix of this element if one exists otherwise an empty String is returned.
getNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeAttribute
 
getNamespacePrefix(String) - Method in class org.dom4j.datatype.DatatypeElement
 
getNamespacePrefix() - Method in interface org.dom4j.Element
Returns the namespace prefix of this element if one exists otherwise an empty String is returned.
getNamespacePrefix() - Method in class org.dom4j.QName
DOCUMENT ME!
getNamespacesForURI(String) - Method in interface org.dom4j.Element
Returns the all namespaces which are mapped to the given URI or an empty list if no such namespaces could be found.
getNamespaceURI() - Method in interface org.dom4j.Attribute
Returns the URI mapped to the namespace of this element if one exists otherwise an empty String is returned.
getNamespaceURI() - Method in interface org.dom4j.Element
Returns the URI mapped to the namespace of this element if one exists otherwise an empty String is returned.
getNamespaceURI() - Method in class org.dom4j.QName
DOCUMENT ME!
getNestedException() - Method in exception org.dom4j.DocumentException
 
getNewLineAfterNTags() - Method in class org.dom4j.io.OutputFormat
 
getNodeType() - Method in class org.dom4j.Namespace
 
getNodeType() - Method in interface org.dom4j.Node
Returns the code according to the type of node.
getNodeTypeName() - Method in interface org.dom4j.Node
DOCUMENT ME!
getOmitElementCloseSet() - Method in class org.dom4j.io.HTMLWriter
A clone of the Set of elements that can have their close-tags omitted.
getOutputFormat() - Method in class org.dom4j.io.XMLWriter
Lets subclasses get at the current format object, so they can call setTrimText, setNewLines, etc.
getParent() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getParent() - Method in interface org.dom4j.Node
getParent returns the parent Element if this node supports the parent relationship or null if it is the root element or does not support the parent relationship.
getPath() - Method in interface org.dom4j.ElementPath
DOCUMENT ME!
getPath(Element) - Method in class org.dom4j.Namespace
 
getPath() - Method in interface org.dom4j.Node
Returns the XPath expression which will return a node set containing the given node such as /a/b/@c.
getPath(Element) - Method in interface org.dom4j.Node
Returns the relative XPath expression which will return a node set containing the given node such as a/b/@c.
getPattern() - Method in class org.dom4j.rule.Rule
Getter for property pattern.
getPrefix() - Method in class org.dom4j.Namespace
DOCUMENT ME!
getPreformattedTags() - Method in class org.dom4j.io.HTMLWriter
 
getPriority() - Method in interface org.dom4j.rule.Pattern
Returns the default resolution policy of the pattern according to the XSLT conflict resolution spec .
getPriority() - Method in class org.dom4j.rule.Rule
Getter for property priority.
getProperty(String) - Method in class org.dom4j.io.SAXWriter
Gets the given SAX property
getProperty(String) - Method in class org.dom4j.io.XMLWriter
 
getProxy() - Method in class org.dom4j.util.ProxyDocumentFactory
 
getPublicID() - Method in interface org.dom4j.DocumentType
 
getPublicID() - Method in class org.dom4j.dtd.ExternalEntityDecl
Getter for property publicID.
getQName() - Method in interface org.dom4j.Attribute
Returns the QName of this attribute which represents the local name, the qualified name and the Namespace.
getQName() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getQName() - Method in class org.dom4j.datatype.DatatypeElementFactory
DOCUMENT ME!
getQName() - Method in interface org.dom4j.Element
Returns the QName of this element which represents the local name, the qualified name and the Namespace.
getQName(String) - Method in interface org.dom4j.Element
Returns the QName for the given qualified name, using the namespace URI in scope for the given prefix of the qualified name or the default namespace if the qualified name has no prefix.
getQNames() - Method in class org.dom4j.DocumentFactory
Returns a list of all the QName instances currently used by this document factory
getQualifiedName() - Method in interface org.dom4j.Attribute
Returns the fully qualified name of this element.
getQualifiedName() - Method in interface org.dom4j.Element
Returns the fully qualified name of this element.
getQualifiedName() - Method in class org.dom4j.QName
DOCUMENT ME!
getRootElement() - Method in interface org.dom4j.Document
Returns the root Elementfor this document.
getRuleArray() - Method in class org.dom4j.rule.RuleSet
Returns an array of sorted rules.
getRuleSet(int) - Method in class org.dom4j.rule.Mode
DOCUMENT ME!
getStringValue() - Method in interface org.dom4j.Element
Returns the XPath string-value of this node.
getStringValue() - Method in class org.dom4j.Namespace
 
getStringValue() - Method in interface org.dom4j.Node
Returns the XPath string-value of this node.
getSystemID() - Method in interface org.dom4j.DocumentType
 
getSystemID() - Method in class org.dom4j.dtd.ExternalEntityDecl
Getter for property systemID.
getTarget() - Method in interface org.dom4j.ProcessingInstruction
This method is the equivalent to the Node.getName()method.
getText() - Method in interface org.dom4j.Element
Returns the text value of this element without recursing through child elements.
getText() - Method in class org.dom4j.Namespace
 
getText() - Method in interface org.dom4j.Node
Returns the text of this node.
getText() - Method in interface org.dom4j.ProcessingInstruction
DOCUMENT ME!
getText() - Method in interface org.dom4j.XPath
getText will return the textual version of the XPath expression.
getTextTrim() - Method in interface org.dom4j.Element
DOCUMENT ME!
getType() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property type.
getUnionPatterns() - Method in interface org.dom4j.rule.Pattern
If this pattern is a union pattern then this method should return an array of patterns which describe the union pattern, which should contain more than one pattern.
getUnionRules() - Method in class org.dom4j.rule.Rule
If this rule contains a union pattern then this method should return an array of Rules which describe the union rule, which should contain more than one rule.
getUniquePath(Element) - Method in class org.dom4j.Namespace
 
getUniquePath() - Method in interface org.dom4j.Node
Returns the XPath expression which will return a nodeset of one node which is the current node.
getUniquePath(Element) - Method in interface org.dom4j.Node
Returns the relative unique XPath expression from the given context which will return a nodeset of one node which is the current node.
getURI() - Method in class org.dom4j.Namespace
DOCUMENT ME!
getValue() - Method in interface org.dom4j.Attribute
Returns the value of the attribute.
getValue() - Method in class org.dom4j.datatype.DatatypeAttribute
 
getValue() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property value.
getValue() - Method in class org.dom4j.dtd.InternalEntityDecl
Getter for property value.
getValue(String) - Method in interface org.dom4j.ProcessingInstruction
Returns the value of a specific name in the PI.
getValueDefault() - Method in class org.dom4j.dtd.AttributeDecl
Getter for property valueDefault.
getValueOfAction() - Method in class org.dom4j.rule.RuleManager
DOCUMENT ME!
getValueOfAction() - Method in class org.dom4j.rule.Stylesheet
DOCUMENT ME!
getValues() - Method in interface org.dom4j.ProcessingInstruction
DOCUMENT ME!
getVariableContext() - Method in interface org.dom4j.XPath
DOCUMENT ME!
getWarningQName() - Method in class org.dom4j.util.XMLErrorHandler
 
getXMLEncoding() - Method in interface org.dom4j.Document
Return the encoding of this document, as part of the XML declaration This is null when unspecified or when it is not known (such as when the Document was created in memory) or when the implementation does not support this operation.
getXMLFilter() - Method in class org.dom4j.io.SAXReader
Returns the SAX filter being used to filter SAX events.
getXMLReader() - Method in class org.dom4j.io.DocumentSource
DOCUMENT ME!
getXMLReader() - Method in class org.dom4j.io.SAXReader
DOCUMENT ME!
getXMLReader() - Method in class org.dom4j.io.SAXValidator
DOCUMENT ME!
getXMLWriter() - Method in class org.dom4j.io.SAXModifier
Returns the current XMLWriter.
getXMLWriter() - Method in class org.dom4j.io.XMLResult
 
getXPath() - Method in exception org.dom4j.XPathException
Returns the XPath expression that caused the problem
getXPathNamespaceURIs() - Method in class org.dom4j.DocumentFactory
DOCUMENT ME!
getXPathNameStep() - Method in class org.dom4j.Namespace
 
getXPathResult(int) - Method in interface org.dom4j.Element
Returns a node at the given index suitable for an XPath result set.
getXPPFactory() - Method in class org.dom4j.io.XPP3Reader
 
getXPPFactory() - Method in class org.dom4j.io.XPPReader
 
getXPPParser() - Method in class org.dom4j.io.XPP3Reader
 
getXPPParser() - Method in class org.dom4j.io.XPPReader
 
getXSDatatype() - Method in class org.dom4j.datatype.DatatypeAttribute
Returns the MSV XSDatatype for this node
getXSDatatype() - Method in class org.dom4j.datatype.DatatypeElement
Returns the MSV XSDatatype for this node

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