xmltorng.framework.document.relaxng
Interface ElementDefinition

All Known Implementing Classes:
ElementDefinitionImpl

public interface ElementDefinition

Definition of an element within an XML document.


Method Summary
 NameClass getNameClass()
          Return the nameClass.
 Pattern getPattern()
          Return the pattern or null if the element definition is not allowed.
 

Method Detail

getNameClass

NameClass getNameClass()
Return the nameClass. Is not null.


getPattern

Pattern getPattern()
Return the pattern or null if the element definition is not allowed.