createAttribute
public Attribute createAttribute(Element owner,
String name,
String value)
createCDATA
public CDATA createCDATA(String text)
createComment
public Comment createComment(String text)
createDocType
public DocumentType createDocType(String name,
String publicId,
String systemId)
createDocument
public Document createDocument()
createElement
public Element createElement(String name)
createEntity
public Entity createEntity(String name,
String text)
createNamespace
public Namespace createNamespace(String prefix,
String uri)
createPattern
public Pattern createPattern(String xpathPattern)
createProcessingInstruction
public ProcessingInstruction createProcessingInstruction(String target,
Map data)
createProcessingInstruction
public ProcessingInstruction createProcessingInstruction(String target,
String data)
createQName
public QName createQName(String localName)
createQName
public QName createQName(String qualifiedName,
String uri)
createQName
public QName createQName(String name,
String prefix,
String uri)
createQName
public QName createQName(String localName,
Namespace namespace)
createText
public Text createText(String text)
createXPath
public XPath createXPath(String xpathExpression)
createXPath
public XPath createXPath(String xpathExpression,
VariableContext variableContext)
createXPathFilter
public NodeFilter createXPathFilter(String xpathFilterExpression)
createXPathFilter
public NodeFilter createXPathFilter(String xpathFilterExpression,
VariableContext variableContext)