Modifier and Type | Class and Description |
---|---|
class |
StrictXML
Strict
XML that fails if encapsulated XML document
doesn't validate against externally provided XSD schema or internally
specified schema locations. |
class |
XMLDocument
Implementation of
XML . |
Modifier and Type | Method and Description |
---|---|
XML |
XMLDocument.merge(NamespaceContext ctx) |
XML |
XML.merge(NamespaceContext context)
Append this namespace context to the existing one.
|
XML |
StrictXML.merge(NamespaceContext context) |
XML |
XMLDocument.registerNs(String prefix,
Object uri) |
XML |
XML.registerNs(String prefix,
Object uri)
Register additional namespace prefix for XPath.
|
XML |
StrictXML.registerNs(String prefix,
Object uri) |
XML |
XSLChain.transform(XML xml) |
XML |
XSLDocument.transform(XML xml) |
XML |
XSL.transform(XML xml)
Transform XML to another one.
|
Modifier and Type | Method and Description |
---|---|
List<XML> |
XMLDocument.nodes(String query) |
List<XML> |
XML.nodes(String query)
Retrieve DOM nodes from the XML response.
|
List<XML> |
StrictXML.nodes(String query) |
Modifier and Type | Method and Description |
---|---|
String |
XSLChain.applyTo(XML xml) |
String |
XSLDocument.applyTo(XML xml) |
String |
XSL.applyTo(XML xml)
Transform XML into text.
|
XML |
XSLChain.transform(XML xml) |
XML |
XSLDocument.transform(XML xml) |
XML |
XSL.transform(XML xml)
Transform XML to another one.
|
Constructor and Description |
---|
StrictXML(XML xml)
Public ctor.
|
StrictXML(XML xml,
XSD schema)
Public ctor.
|
XSDDocument(XML src)
Public ctor, from XSD as a source.
|
XSLDocument(XML src)
Public ctor, from XML as a source.
|
Copyright © 2012–2015 jcabi.com. All rights reserved.