Class XmlSchemaPathNode<U,V>

java.lang.Object
org.apache.ws.commons.schema.docpath.XmlSchemaPathNode<U,V>

public final class XmlSchemaPathNode<U,V> extends Object
This represents a node in the path when walking an XML or Avro document. As XmlSchemaPathFinder walks through an XML document, it builds XmlSchemaPathNodes representing the path walked, and XmlSchemaDocumentNodes representing where the XML document's elements fall in the XML Schema's sequences, choices, and all groups.