Skip navigation links
org.netbeans.modules.xml.xdm/1 1.59.0 1
A B C D E F G H I J K L M N O P R S T U V X 

G

getAttrChanges() - Method in class org.netbeans.modules.xml.xdm.diff.Change
 
getAttribute(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Retrieves an attribute value by name.
getAttributeMap(Element) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getAttributeNode(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Retrieves an attribute node by name.
getAttributeNodeNS(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Retrieves an Attr node by local name and namespace URI.
getAttributeNS(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Retrieves an attribute value by local name and namespace URI.
getAttributes() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
A NamedNodeMap that contains all attributes of this node.
getAttributesForRead() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
Returns a readonly List of all attributes of this node.
getAttributesForWrite() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
Returns a modifiable List of all attributes of this node for updates.
getBaseURI() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getChildList(Node) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
getChildNodes() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
A NodeList that contains all children of this node.
getContainingElement(int) - Method in class org.netbeans.modules.xml.xdm.visitor.NodeByPositionVisitor
 
getContainingElement(int) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getContainingNode(int) - Method in class org.netbeans.modules.xml.xdm.visitor.NodeByPositionVisitor
 
getCurrentDocument() - Method in class org.netbeans.modules.xml.xdm.XDMModel
This api returns the current document in the model, regardless of the state.
getCurrentDocumentText() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getCurrentDocumentText() - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
getData() - Method in class org.netbeans.modules.xml.xdm.nodes.Text
The character data of the node that implements this interface.
getDifferences() - Method in class org.netbeans.modules.xml.xdm.diff.SyncPreparation
 
getDoctype() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
The Document Type Declaration (see DocumentType) associated with this document.
getDocument() - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
getDocument() - Method in class org.netbeans.modules.xml.xdm.XDMModel
This api returns the latest stable document in the model.
getDocumentElement() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
This is a convenience attribute that allows direct access to the child node that is the document element of the document.
getDocumentRoot() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getDocumentURI() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.
getDomConfig() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
The configuration used when Document.normalizeDocument() is invoked.
getDuplicateDeclaration() - Method in class org.netbeans.modules.xml.xdm.visitor.NamespaceRefactorVisitor.NamespaceCheck
 
getElementById(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Returns the Element that has an ID attribute with the given value.
getElementIdentity() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getElementIdentity() - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
getElementIndexOf(Node, Element) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getElementsByTagName(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
getElementsByTagName(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Returns a NodeList of all descendant Elements with a given tag name, in document order.
getElementsByTagNameNS(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
getElementsByTagNameNS(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.
getError() - Method in class org.netbeans.modules.xml.xdm.diff.SyncPreparation
 
getFeature(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getFirstChild() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
The first child of this node.
getId() - Method in interface org.netbeans.modules.xml.xdm.nodes.Node
 
getId() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
Returns the id of this node
getIdentifiers() - Method in class org.netbeans.modules.xml.xdm.diff.DefaultElementIdentity
 
getImplementation() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
The DOMImplementation object that handles this document.
getIndentation() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getIndentation() - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
getIndexOfChild(Node) - Method in interface org.netbeans.modules.xml.xdm.nodes.Node
Lookup child index of given child based on node ID.
getIndexOfChild(Node) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getInputEncoding() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
An attribute specifying the encoding used for this document at the time of the parsing.
getLastChild() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
The last child of this node.
getLength() - Method in class org.netbeans.modules.xml.xdm.nodes.NamedNodeMapImpl
 
getLength() - Method in class org.netbeans.modules.xml.xdm.nodes.Text
The number of 16-bit units that are available through data and the substringData method below.
getLocalName() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getLocalName() - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
getLocalName() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getModel() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getModel() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getModelSourceKey(ModelSource) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccessProvider
 
getName() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getNamedItem(String) - Method in class org.netbeans.modules.xml.xdm.nodes.NamedNodeMapImpl
 
getNamedItemNS(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.NamedNodeMapImpl
 
getNamespaceContext() - Method in class org.netbeans.modules.xml.xdm.visitor.XPathFinder
 
getNamespaceMap() - Method in class org.netbeans.modules.xml.xdm.visitor.FindNamespaceVisitor
 
getNamespaceRedeclaration() - Method in class org.netbeans.modules.xml.xdm.visitor.NamespaceRefactorVisitor.NamespaceCheck
 
getNamespaceURI(Node) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
This api returns the namespaceuri of specified node.
getNamespaceURI(Document) - Method in interface org.netbeans.modules.xml.xdm.nodes.Node
Returns namespace of this node in the given Document tree.
getNamespaceURI(Document) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getNamespaceURI() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getNamespaceURI() - Method in class org.netbeans.modules.xml.xdm.nodes.Text
 
getNamespaceURI(String) - Method in class org.netbeans.modules.xml.xdm.visitor.HashNamespaceResolver
 
getNewAncestors() - Method in class org.netbeans.modules.xml.xdm.diff.Add
 
getNewAncestors() - Method in class org.netbeans.modules.xml.xdm.diff.Change
 
getNewAncestors() - Method in class org.netbeans.modules.xml.xdm.diff.Delete
 
getNewAncestors() - Method in class org.netbeans.modules.xml.xdm.diff.Difference
 
getNewAncestors() - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
getNewAttribute() - Method in class org.netbeans.modules.xml.xdm.diff.Change.AttributeDiff
 
getNewAttributePosition() - Method in class org.netbeans.modules.xml.xdm.diff.Change.AttributeDiff
 
getNewDocument() - Method in class org.netbeans.modules.xml.xdm.diff.SyncPreparation
 
getNewEventNode(PropertyChangeEvent) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getNewEventParentNode(PropertyChangeEvent) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getNewNodeInfo() - Method in class org.netbeans.modules.xml.xdm.diff.Difference
 
getNewParent() - Method in class org.netbeans.modules.xml.xdm.diff.Add
 
getNewParent() - Method in class org.netbeans.modules.xml.xdm.diff.Change
 
getNewParent() - Method in class org.netbeans.modules.xml.xdm.diff.Delete
 
getNewParent() - Method in class org.netbeans.modules.xml.xdm.diff.Difference
 
getNewParent() - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
getNextNodeId() - Method in class org.netbeans.modules.xml.xdm.XDMModel
This api keeps track of the nodes created in this model.
getNextSibling() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getNode() - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
getNodeName() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getNodeName() - Method in class org.netbeans.modules.xml.xdm.nodes.CData
 
getNodeName() - Method in class org.netbeans.modules.xml.xdm.nodes.Comment
 
getNodeName() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
 
getNodeName() - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
getNodeName() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getNodeName() - Method in class org.netbeans.modules.xml.xdm.nodes.Text
 
getNodeType() - Method in class org.netbeans.modules.xml.xdm.diff.Difference
 
getNodeType(Node) - Static method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
getNodeType() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getNodeType() - Method in class org.netbeans.modules.xml.xdm.nodes.CData
 
getNodeType() - Method in class org.netbeans.modules.xml.xdm.nodes.Comment
 
getNodeType() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
 
getNodeType() - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
getNodeType() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getNodeType() - Method in class org.netbeans.modules.xml.xdm.nodes.Text
 
getNodeValue() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getNodeValue() - Method in class org.netbeans.modules.xml.xdm.nodes.CData
 
getNodeValue() - Method in class org.netbeans.modules.xml.xdm.nodes.Comment
 
getNodeValue() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getNodeValue() - Method in class org.netbeans.modules.xml.xdm.nodes.Text
 
getOldAttribute() - Method in class org.netbeans.modules.xml.xdm.diff.Change.AttributeDiff
 
getOldAttributePosition() - Method in class org.netbeans.modules.xml.xdm.diff.Change.AttributeDiff
 
getOldDocument() - Method in class org.netbeans.modules.xml.xdm.diff.SyncPreparation
 
getOldEventNode(PropertyChangeEvent) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getOldEventParentNode(PropertyChangeEvent) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getOldNodeInfo() - Method in class org.netbeans.modules.xml.xdm.diff.Difference
 
getOriginalAncestors() - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
getOwnerDocument() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
The Document object associated with this node.
getOwnerElement() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getParent() - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
getParentNode() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getPathFromRoot(Document, Element) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getPathToRoot(Node) - Static method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
getPosition() - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
getPrefix() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getPrefix() - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
getPrefix() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getPrefix(String) - Method in class org.netbeans.modules.xml.xdm.visitor.HashNamespaceResolver
 
getPrefixes(String) - Method in class org.netbeans.modules.xml.xdm.visitor.HashNamespaceResolver
 
getPrefixRedeclaration() - Method in class org.netbeans.modules.xml.xdm.visitor.NamespaceRefactorVisitor.NamespaceCheck
 
getPreviousSibling() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getQNameValuedAttributes() - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
getReferenceModel() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getSchemaTypeInfo() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getSchemaTypeInfo() - Method in class org.netbeans.modules.xml.xdm.nodes.Element
The type information associated with this element.
getSpecified() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getStatus() - Method in class org.netbeans.modules.xml.xdm.XDMModel
This returns the statuc of the model.
getStrictErrorChecking() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
An attribute specifying whether error checking is enforced or not.
getTagName() - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
getText() - Method in class org.netbeans.modules.xml.xdm.nodes.Text
 
getTextContent() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getTokens() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
Returns the readonly lexical tokens associated with this node.
getType() - Method in class org.netbeans.modules.xml.xdm.nodes.Token
 
getUserData(String) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
getValue() - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
getValue() - Method in class org.netbeans.modules.xml.xdm.nodes.Token
 
getWholeText() - Method in class org.netbeans.modules.xml.xdm.nodes.Text
Returns all text of Text nodes logically-adjacent text nodes to this node, concatenated in document order.
getXDMModel() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getXmlEncoding() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
An attribute specifying, as part of the XML declaration, the encoding of this document.
getXmlFragment(Element) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
getXmlFragmentText() - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
getXmlStandalone() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
getXmlVersion() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
An attribute specifying, as part of the XML declaration, the version number of this document.
getXpath(Document, Node) - Static method in class org.netbeans.modules.xml.xdm.visitor.XPathFinder
 
getXPath(Document, Element) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
A B C D E F G H I J K L M N O P R S T U V X 
Skip navigation links
org.netbeans.modules.xml.xdm/1 1.59.0 1