Class SXMLLogic
java.lang.Object
org.eclnt.ccaddons.pbc.simplexml.logic.SXMLLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkIfAllowedAsChildTag
(String existingNodeTagName, String newNodeTagName) boolean
checkIfAllowedAsSideTag
(String existingNodeParentTagName, String newNodeTagName) static SXMLMetaData
static org.eclnt.ccee.simplexml.SimpleXMLElement
static String
static String
getAttributeInfo
(String tagName, String attributeName) getAttributeMetaData
(String tagName, String attributeName) getChildTags
(String tagName) getDescriptionForAttribute
(String tagName, String attributeName, String language) getDescriptionForTag
(String tagName, String language) getMetaDataTag
(String tagName) getParentTags
(String tagName) getTextAttributes
(String tagName) getTextForAttribute
(String tagName, String attributeName, String language) getTextForTag
(String tagName, String language) getTextForXMLElement
(org.eclnt.ccee.simplexml.SimpleXMLElement element) static void
static SXMLMetaData
parseMetaData
(String xml)
-
Constructor Details
-
SXMLLogic
-
-
Method Details
-
parseMetaData
-
createXMLFromMetaData
-
createTestMetaData
-
createTestSXML
public static org.eclnt.ccee.simplexml.SimpleXMLElement createTestSXML() -
createTestXML
-
getMetaDataTag
-
getTextAttributes
-
getTextForXMLElement
-
getTopTags
-
getChildTags
-
getParentTags
-
checkIfAllowedAsSideTag
-
checkIfAllowedAsChildTag
-
getAttributeInfo
-
getAttributeMetaData
-
getTextForTag
-
getDescriptionForTag
-
getTextForAttribute
-
getDescriptionForAttribute
-
main
-