org.apache.ws.jaxme.xs.xml.impl

Class XsEFieldImpl

public class XsEFieldImpl extends XsTAnnotatedImpl implements XsEField

Interface of the xs:field element, with the following specification:

   
     
       
     
     
       
         
           
             
               
                 
                   A subset of XPath expressions for use in fields
                 
                 
                   A utility type, not for public use
                 
               
               
                 
                   
                     The following pattern is intended to allow XPath
                     expressions per the same EBNF as for selector,
                     with the following change:
                       Path    ::=    ('.//')? ( Step '/' )* ( Step | '@' NameTest ) 
                   
                 
                 
                 
               
             
           
         
       
     
   
 

Author: Jochen Wiedmann

Constructor Summary
protected XsEFieldImpl(XsObject pParent)
Method Summary
XsTokengetXpath()
voidsetXpath(XsToken pXpath)
voidvalidate()

Constructor Detail

XsEFieldImpl

protected XsEFieldImpl(XsObject pParent)

Method Detail

getXpath

public XsToken getXpath()

setXpath

public void setXpath(XsToken pXpath)

validate

public void validate()