Package org.cip4.jdflib.extensions
Class XJDFSchemaCreator.WalkResourcePhysical
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.BaseWalker
-
- org.cip4.jdflib.extensions.XJDFSchemaCreator.WalkElement
-
- org.cip4.jdflib.extensions.XJDFSchemaCreator.WalkResource
-
- org.cip4.jdflib.extensions.XJDFSchemaCreator.WalkResourcePhysical
-
- All Implemented Interfaces:
java.lang.Comparable<BaseWalker>,IWalker
- Enclosing class:
- XJDFSchemaCreator
protected class XJDFSchemaCreator.WalkResourcePhysical extends XJDFSchemaCreator.WalkResource
the class for XJDF Resource Parameter etc elements
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cip4.jdflib.extensions.XJDFSchemaCreator.WalkElement
XJDFSchemaCreator.WalkElement.AttributeDescriptor, XJDFSchemaCreator.WalkElement.VAttributeDescriptor
-
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.extensions.XJDFSchemaCreator.WalkElement
baseAttribs, baseElms, complexElement, complexType, e2, myNodes, refElms, refsElms
-
Fields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log
-
-
Constructor Summary
Constructors Constructor Description WalkResourcePhysical()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected XJDFSchemaCreator.WalkElement.VAttributeDescriptorgetKnownAtts()-
Methods inherited from class org.cip4.jdflib.extensions.XJDFSchemaCreator.WalkResource
walk
-
Methods inherited from class org.cip4.jdflib.extensions.XJDFSchemaCreator.WalkElement
appendSimpleTypeList, createbaseAttribs, createbaseElms, createSubstitutionBase, finalizeWalk, getKnownElms, getNewName, getSpanAttDesc, getTypeForName, matches, prepareWalk, setComplexType, setGeneric, setXSAttribute, setXSAttribute, setXSAttribute, setXSElement
-
Methods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, getDepth, getElementNames, toString
-
-
-
-
Method Detail
-
getKnownAtts
protected XJDFSchemaCreator.WalkElement.VAttributeDescriptor getKnownAtts()
- Overrides:
getKnownAttsin classXJDFSchemaCreator.WalkResource- Returns:
- See Also:
XJDFSchemaCreator.WalkElement.getKnownAtts()
-
-