Package com.liferay.portal.kernel.xml
Interface SAXReader
@ProviderType
public interface SAXReader
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptioncreateAttribute
(Element element, QName qName, String value) createAttribute
(Element element, String name, String value) createDocument
(Element rootElement) createDocument
(String encoding) createElement
(QName qName) createElement
(String name) createEntity
(String name, String text) createNamespace
(String uri) createNamespace
(String prefix, String uri) createProcessingInstruction
(String target, String data) createProcessingInstruction
(String target, Map<String, String> data) createQName
(String localName) createQName
(String localName, Namespace namespace) createText
(String text) createXPath
(String xPathExpression) createXPath
(String xPathExpression, String prefix, String namespace) createXPath
(String xPathExpression, Map<String, String> namespaceContextMap) read
(InputStream inputStream) read
(InputStream inputStream, boolean validate) selectNodes
(String xPathFilterExpression, Node node) selectNodes
(String xPathFilterExpression, List<Node> nodes) void
void
-
Method Details
-
createAttribute
-
createAttribute
-
createDocument
Document createDocument() -
createDocument
-
createDocument
-
createElement
-
createElement
-
createEntity
-
createNamespace
-
createNamespace
-
createProcessingInstruction
-
createProcessingInstruction
-
createQName
-
createQName
-
createText
-
createXPath
-
createXPath
-
createXPath
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
read
- Throws:
DocumentException
-
readURL
-
readURL
-
selectNodes
-
selectNodes
-
sort
-
sort
-