Skip navigation links
C E O P S T U X 

C

createDOMDocument() - Method in class org.xwiki.xml.script.XMLScriptService
Construct a new (empty) DOM Document and return it.

E

escape(Object) - Static method in class org.xwiki.xml.script.XMLScriptService
Escapes all the XML special characters in a String using numerical XML entities.
escapeForAttributeValue(Object) - Static method in class org.xwiki.xml.script.XMLScriptService
Escapes all the XML special characters in a String using numerical XML entities, so that the resulting string can safely be used as an XML attribute value.
escapeForElementContent(Object) - Static method in class org.xwiki.xml.script.XMLScriptService
Escapes the XML special characters in a String using numerical XML entities, so that the resulting string can safely be used as an XML text node.

O

org.xwiki.xml.script - package org.xwiki.xml.script
 

P

parse(LSInput) - Method in class org.xwiki.xml.script.XMLScriptService
Parse a DOM Document from a source.
parse(byte[]) - Method in class org.xwiki.xml.script.XMLScriptService
Parse a byte[] into a DOM Document.
parse(String) - Method in class org.xwiki.xml.script.XMLScriptService
Parse a String into a DOM Document.
parse(InputStream) - Method in class org.xwiki.xml.script.XMLScriptService
Parse an InputStream into a DOM Document.

S

serialize(Node) - Method in class org.xwiki.xml.script.XMLScriptService
Serialize a DOM Node into a string, including the XML declaration at the start.
serialize(Node, boolean) - Method in class org.xwiki.xml.script.XMLScriptService
Serialize a DOM Node into a string, with an optional XML declaration at the start.

T

transform(Source, Source) - Method in class org.xwiki.xml.script.XMLScriptService
Apply an XSLT transformation to a Document.
transform(Document, Document) - Method in class org.xwiki.xml.script.XMLScriptService
Apply an XSLT transformation to a Document, both given as DOM Documents.
transform(byte[], byte[]) - Method in class org.xwiki.xml.script.XMLScriptService
Apply an XSLT transformation to a Document, both given as byte arrays.
transform(String, String) - Method in class org.xwiki.xml.script.XMLScriptService
Apply an XSLT transformation to a Document, both given as strings.

U

unescape(Object) - Static method in class org.xwiki.xml.script.XMLScriptService
Unescape encoded special XML characters.

X

XMLScriptService - Class in org.xwiki.xml.script
Provides Scripting APIs for handling XML.
XMLScriptService() - Constructor for class org.xwiki.xml.script.XMLScriptService
Default component constructor.
C E O P S T U X 
Skip navigation links

Copyright © 2004–2021 XWiki. All rights reserved.