Package org.apache.ws.commons.schema
Class DocumentFragmentNodeList
java.lang.Object
org.apache.ws.commons.schema.DocumentFragmentNodeList
- All Implemented Interfaces:
NodeList
Class to return a node list without thread-safety issue.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocumentFragmentNodeList(Node parentNode) Construct a list of the children of a given node.DocumentFragmentNodeList(Node parentNode, String filterUri, String filterLocal) Create a list of the children of a given node that are elements with a specified qualified name. -
Method Summary
-
Field Details
-
nodes
-
fragment
-
-
Constructor Details
-
DocumentFragmentNodeList
DocumentFragmentNodeList(Node parentNode) Construct a list of the children of a given node.- Parameters:
parentNode- node from which to copy children.
-
DocumentFragmentNodeList
Create a list of the children of a given node that are elements with a specified qualified name.- Parameters:
parentNode- node from which to copy children.filterUri- Namespace URI of children to copy.filterLocal- Local name of children to copy.
-
-
Method Details