public class Field
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| protected class  | Field.MatcherField matcher. | 
| static class  | Field.XPathField XPath. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IdentityConstraint | fIdentityConstraintIdentity constraint. | 
| protected Field.XPath | fXPathField XPath. | 
| protected java.lang.String | fXpathDefaultNamespaceXPath default namespace. | 
| Constructor and Description | 
|---|
| Field(Field.XPath xpath,
     IdentityConstraint identityConstraint,
     java.lang.String xpathDefaultNamespace)Constructs a field. | 
| Modifier and Type | Method and Description | 
|---|---|
| XPathMatcher | createMatcher(ValueStore store)Creates a field matcher. | 
| IdentityConstraint | getIdentityConstraint()Returns the identity constraint. | 
| XPath | getXPath()Returns the field XPath. | 
| java.lang.String | getXPathDefaultNamespace()Return value of xpathDefaultNamespace. | 
| java.lang.String | toString()Returns a string representation of this object. | 
protected final Field.XPath fXPath
protected final IdentityConstraint fIdentityConstraint
protected java.lang.String fXpathDefaultNamespace
public Field(Field.XPath xpath, IdentityConstraint identityConstraint, java.lang.String xpathDefaultNamespace)
public XPath getXPath()
public IdentityConstraint getIdentityConstraint()
public XPathMatcher createMatcher(ValueStore store)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getXPathDefaultNamespace()
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.