org.apache.ws.jaxme.xs.xml

Interface XsEField

public interface XsEField extends XsTAnnotated

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

Method Summary
XsTokengetXpath()
voidsetXpath(XsToken pXpath)

Method Detail

getXpath

public XsToken getXpath()

setXpath

public void setXpath(XsToken pXpath)