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

C

CData - Class in org.netbeans.modules.xml.xdm.nodes
 
CDATA_END - Static variable in class org.netbeans.modules.xml.xdm.nodes.Token
 
CDATA_START - Static variable in class org.netbeans.modules.xml.xdm.nodes.Token
 
Change - Class in org.netbeans.modules.xml.xdm.diff
This class represents node change between 2 DOM tree
Change(NodeInfo.NodeType, List<Node>, List<Node>, Node, Node, int, int, List<Change.Type>) - Constructor for class org.netbeans.modules.xml.xdm.diff.Change
Creates a new instance of DiffEvent
Change.AttributeAdd - Class in org.netbeans.modules.xml.xdm.diff
 
Change.AttributeChange - Class in org.netbeans.modules.xml.xdm.diff
 
Change.AttributeDelete - Class in org.netbeans.modules.xml.xdm.diff
 
Change.AttributeDiff - Class in org.netbeans.modules.xml.xdm.diff
 
Change.Type - Enum in org.netbeans.modules.xml.xdm.diff
 
checkAttributesEqual(Element, Element) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
checkAttributesEqual(Element, Element) - Method in class org.netbeans.modules.xml.xdm.diff.XDMUtil.XDUDiffFinder
 
checkChange(Node, Node, int, int) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
checkChange(Node, Node) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
checkChange(Node, Node) - Method in class org.netbeans.modules.xml.xdm.diff.XDMUtil.XDUDiffFinder
 
checkPrettyText(Node) - Static method in class org.netbeans.modules.xml.xdm.diff.XDMUtil
 
checkTokensEqual(Node, Node) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
ChildVisitor - Class in org.netbeans.modules.xml.xdm.visitor
This class provides the ability to walk nodes which have children.
ChildVisitor() - Constructor for class org.netbeans.modules.xml.xdm.visitor.ChildVisitor
 
clear() - Method in class org.netbeans.modules.xml.xdm.diff.DefaultElementIdentity
 
clone(boolean, boolean, boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
 
clone(boolean, boolean, boolean) - Method in interface org.netbeans.modules.xml.xdm.nodes.Node
This api clones the node object and returns the clone.
clone(boolean, boolean, boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
This api clones the node object and returns the clone.
cloneNamespacePrefix(Map<Integer, String>, Map<String, String>) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
cloneNamespacePrefixes(Map<Integer, String>, Map<String, String>) - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
cloneNamespacePrefixes(Map<Integer, String>, Map<String, String>) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
cloneNode(boolean, boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
cloneNode(boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean, boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
cloneNode(boolean, Map<Integer, String>, Map<String, String>) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
cloneShallowWithModelContext() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
COLON - Static variable in class org.netbeans.modules.xml.xdm.visitor.XPathFinder
 
Comment - Class in org.netbeans.modules.xml.xdm.nodes
 
COMMENT_END - Static variable in class org.netbeans.modules.xml.xdm.nodes.Token
 
COMMENT_START - Static variable in class org.netbeans.modules.xml.xdm.nodes.Token
 
compare(Object, Object) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder.PairComparator
 
compare(Object, Object) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder.PairComparator2
 
compare(Node, Node) - Method in class org.netbeans.modules.xml.xdm.visitor.CompareVisitor
 
compareAttr(Element, Element) - Method in class org.netbeans.modules.xml.xdm.diff.DefaultElementIdentity
 
compareChildren(List<Node>, List<Node>, List<Difference>) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
compareDocumentPosition(Node) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
compareElement(Element, Element, Document, Document) - Method in class org.netbeans.modules.xml.xdm.diff.DefaultElementIdentity
 
compareElement(Element, Element, Node, Document, Document) - Method in class org.netbeans.modules.xml.xdm.diff.DefaultElementIdentity
 
compareElement(Element, Element, Node, Document, Document) - Method in class org.netbeans.modules.xml.xdm.diff.XDMUtil.XDElementIdentity
 
compareText(Text, Text) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
compareTextByValue(Text, Text) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
compareTextByValue(Text, Text) - Method in class org.netbeans.modules.xml.xdm.diff.XDMUtil.XDUDiffFinder
 
compareTokenEquals(List<Token>, List<Token>) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
CompareVisitor - Class in org.netbeans.modules.xml.xdm.visitor
Does the comparison for only the needed methods for a given node with its target.
CompareVisitor() - Constructor for class org.netbeans.modules.xml.xdm.visitor.CompareVisitor
Creates a new instance of CompareVisitor
compareWhiteSpaces(Text, Text) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
compareXML(String, String, XDMUtil.ComparisonCriteria) - Method in class org.netbeans.modules.xml.xdm.diff.XDMUtil
 
compareXML(String, String, XDMUtil.ComparisonCriteria, boolean) - Method in class org.netbeans.modules.xml.xdm.diff.XDMUtil
 
contains(Object) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess.AttributeKeySet
 
Convertors - Class in org.netbeans.modules.xml.xdm.nodes
Set of static methods converting misc data representations.
Convertors() - Constructor for class org.netbeans.modules.xml.xdm.nodes.Convertors
 
copy() - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
copyTokens(Node) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
create(String, TokenType) - Static method in class org.netbeans.modules.xml.xdm.nodes.Token
 
createAddEvent(List<Node>, Node, int, List<Node>) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
createAttribute(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates an attribute of the given qualified name and namespace URI.
createCDATASection(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates a CDATASection node whose value is the specified string.
createChangeEvent(List<Node>, Node, Node, int, int, List<Change.Type>, List<Node>) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
createComment(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates a Comment node given the specified string.
createDeleteEvent(List<Node>, Node, int, List<Node>) - Method in class org.netbeans.modules.xml.xdm.diff.DiffFinder
 
createDocumentFragment() - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates an empty DocumentFragment object.
createElement(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates an element of the type specified.
createElementNS(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates an element of the given qualified name and namespace URI.
createEntityReference(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates an EntityReference object.
createKey(String) - Static method in class org.netbeans.modules.xml.xdm.nodes.NamedNodeMapImpl
Create proper key for map entry
createKey(String, String) - Static method in class org.netbeans.modules.xml.xdm.nodes.NamedNodeMapImpl
Create proper key for map entry
createModelAccess(AbstractDocumentModel) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccessProvider
 
createProcessingInstruction(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createTextNode(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
Creates a Text node given the specified string.
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.58.0 1