Uses of Class
org.opencms.xml.xml2json.CmsXmlContentTree.NodeType
-
Packages that use CmsXmlContentTree.NodeType Package Description org.opencms.xml.xml2json -
-
Uses of CmsXmlContentTree.NodeType in org.opencms.xml.xml2json
Methods in org.opencms.xml.xml2json that return CmsXmlContentTree.NodeType Modifier and Type Method Description CmsXmlContentTree.NodeType
CmsXmlContentTree.Node. getType()
Gets the node type.static CmsXmlContentTree.NodeType
CmsXmlContentTree.NodeType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CmsXmlContentTree.NodeType[]
CmsXmlContentTree.NodeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opencms.xml.xml2json with parameters of type CmsXmlContentTree.NodeType Constructor Description Node(CmsXmlContentTree.NodeType type, I_CmsXmlContentValue value, CmsXmlContentDefinition contentDef, org.dom4j.Element elem, java.util.List<CmsXmlContentTree.Field> fields)
Creates a new instance.
-