com.thaiopensource.validate.mns
Class SchemaImpl.ElementAction

java.lang.Object
  extended by com.thaiopensource.validate.mns.SchemaImpl.ElementAction
Enclosing class:
SchemaImpl

static class SchemaImpl.ElementAction
extends Object


Field Summary
private  ContextMap contextMap
           
private  Hashset covered
           
private  SchemaImpl.Mode mode
           
private  ElementsOrAttributes prune
           
private  Schema schema
           
 
Constructor Summary
SchemaImpl.ElementAction(String ns, Schema schema, SchemaImpl.Mode mode, ContextMap contextMap, ElementsOrAttributes prune)
           
 
Method Summary
(package private)  ContextMap getContextMap()
           
(package private)  Hashset getCoveredNamespaces()
           
(package private)  SchemaImpl.Mode getMode()
           
(package private)  ElementsOrAttributes getPrune()
           
(package private)  Schema getSchema()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schema

private final Schema schema

mode

private final SchemaImpl.Mode mode

contextMap

private final ContextMap contextMap

prune

private final ElementsOrAttributes prune

covered

private final Hashset covered
Constructor Detail

SchemaImpl.ElementAction

SchemaImpl.ElementAction(String ns,
                         Schema schema,
                         SchemaImpl.Mode mode,
                         ContextMap contextMap,
                         ElementsOrAttributes prune)
Method Detail

getMode

SchemaImpl.Mode getMode()

getContextMap

ContextMap getContextMap()

getSchema

Schema getSchema()

getPrune

ElementsOrAttributes getPrune()

getCoveredNamespaces

Hashset getCoveredNamespaces()