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 

S

SCHEMA_LOCATION - Static variable in class org.netbeans.modules.xml.xdm.diff.XDMUtil
 
SEP - Static variable in class org.netbeans.modules.xml.xdm.visitor.XPathFinder
 
setAttribute(String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Adds a new attribute.
setAttribute(Element, String, String, DocumentModelAccess.NodeUpdater) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
setAttribute(Element, String, String) - Method in class org.netbeans.modules.xml.xdm.XDMModel
This api sets an attribute given name and value of a given element node.
setAttributeNode(Attr) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
Adds a new attribute.
setData(String) - Method in class org.netbeans.modules.xml.xdm.nodes.CData
 
setData(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Comment
 
setData(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Text
The character data of the node that implements this interface.
setDocument(Document) - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
setDocumentURI(String) - 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.
setElementIdentity(ElementIdentity) - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
setIdAttribute(String, boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNode(Attr, boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIdAttributeNS(String, String, boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
If the parameter isId is true, this method declares the specified attribute to be a user-determined ID attribute .
setIndentation(String) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
setIndentation(String) - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
setLocalName(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
setLocalName(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
setName(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
setNamedItem(Node) - Method in class org.netbeans.modules.xml.xdm.nodes.NamedNodeMapImpl
 
setNamedItemNS(Node) - Method in class org.netbeans.modules.xml.xdm.nodes.NamedNodeMapImpl
 
setNewAncestors(List<Node>) - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
setNewParent(Node) - Method in class org.netbeans.modules.xml.xdm.diff.Add
 
setNewParent(Node) - Method in class org.netbeans.modules.xml.xdm.diff.Change
 
setNewParent(Node) - Method in class org.netbeans.modules.xml.xdm.diff.Delete
 
setNewParent(Node) - Method in class org.netbeans.modules.xml.xdm.diff.Difference
 
setNewParent(Node) - Method in class org.netbeans.modules.xml.xdm.diff.NodeInfo
 
setNodeValue(String) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
setPrefix(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
setPrefix(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
setPrefix(String) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
setPrefix(Element, String) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
setPretty(boolean) - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
setQNameValuedAttributes(Map<QName, List<QName>>) - Method in class org.netbeans.modules.xml.xdm.XDMModel
Set/get mapping of QName-valued attributes by element.
setStrictErrorChecking(boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
An attribute specifying whether error checking is enforced or not.
setTagName(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
setText(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Text
 
setText(Element, String, DocumentModelAccess.NodeUpdater) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
Replace children content with single text node having string value.
setTextContent(String) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
setTextValue(Node, String) - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
setUserData(String, Object, UserDataHandler) - Method in class org.netbeans.modules.xml.xdm.nodes.NodeImpl
 
setValue(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Attribute
 
setXmlFragment(Element, String, DocumentModelAccess.NodeUpdater) - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
Replace element children with result from parsing of given xml fragment text.
setXmlFragmentText(String) - Method in class org.netbeans.modules.xml.xdm.nodes.Element
 
setXmlFragmentText(Element, String) - Method in class org.netbeans.modules.xml.xdm.XDMModel
 
setXmlStandalone(boolean) - Method in class org.netbeans.modules.xml.xdm.nodes.Document
An attribute specifying, as part of the XML declaration, whether this document is standalone.
setXmlVersion(String) - 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.
size() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess.AttributeKeySet
 
splitText(int) - Method in class org.netbeans.modules.xml.xdm.nodes.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
substringData(int, int) - Method in class org.netbeans.modules.xml.xdm.nodes.Text
Extracts a range of data from the node.
sync() - Method in class org.netbeans.modules.xml.xdm.xam.XDMAccess
 
sync() - Method in class org.netbeans.modules.xml.xdm.XDMModel
This api syncs the model with the underlying swing document.
SyncPreparation - Class in org.netbeans.modules.xml.xdm.diff
Support for two-phased sync protocol.
SyncPreparation(Document) - Constructor for class org.netbeans.modules.xml.xdm.diff.SyncPreparation
Creates a new instance of SyncPreparation
SyncPreparation(Document, List<Difference>) - Constructor for class org.netbeans.modules.xml.xdm.diff.SyncPreparation
 
SyncPreparation(Exception) - Constructor for class org.netbeans.modules.xml.xdm.diff.SyncPreparation
 
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