Uses of Interface
org.plasma.xml.schema.SimpleTypeVisitor

Packages that use SimpleTypeVisitor
org.plasma.provisioning.xsd   
org.plasma.xml.schema PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of SimpleTypeVisitor in org.plasma.provisioning.xsd
 

Classes in org.plasma.provisioning.xsd that implement SimpleTypeVisitor
 class ConstraintCollector
          Provisioning constraint collector (simple type visitor) which receives visitor events and and calls a delegate assembler/builder for constraints, storing the constraint for clients.
 class DatatypeCollector
          Schema (XSD) datatype name collector (simple type visitor) which receives visitor events and detects "leaf" nodes within a simple type hierarchy which are XSD fundamental types and collects the type name(s).
 class EnumerationCollector
          Provisioning enumeration collector (simple type visitor) which receives visitor events and and calls a delegate assembler/builder for enumerations, storing the enumeration for clients.
 

Uses of SimpleTypeVisitor in org.plasma.xml.schema
 

Methods in org.plasma.xml.schema with parameters of type SimpleTypeVisitor
 void AbstractSimpleType.accept(SimpleTypeVisitor visitor)
          Encapsulates the (breadth-first) traversal logic for XSD SimpleType hierarchies across restrictions, lists, unions and other elements, creating "visit" events ala.
 



Copyright © 2014. All rights reserved.