xmltorng.i2s.framework
Interface AttributesPatternCategory

All Superinterfaces:
PatternCategory
All Known Implementing Classes:
AttributesPatternCategoryImpl

public interface AttributesPatternCategory
extends PatternCategory

An attributes pattern category represents an attributes only pattern category.


Method Summary
 void addAttributeNames(Name[] attributeNames)
          Add a pattern as an attribute name set.
 Pattern fullPattern()
          Return a pattern that meets all the entered patterns.
 
Methods inherited from interface xmltorng.i2s.framework.PatternCategory
addPattern, fullPattern
 

Method Detail

addAttributeNames

void addAttributeNames(Name[] attributeNames)
Add a pattern as an attribute name set.


fullPattern

Pattern fullPattern()
Return a pattern that meets all the entered patterns.