Class SXMLLogic
java.lang.Object
org.eclnt.ccaddons.pbc.simplexml.logic.SXMLLogic
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckIfAllowedAsChildTag(String existingNodeTagName, String newNodeTagName) booleancheckIfAllowedAsSideTag(String existingNodeParentTagName, String newNodeTagName) static SXMLMetaDatastatic org.eclnt.ccee.simplexml.SimpleXMLElementstatic Stringstatic StringgetAttributeInfo(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 voidstatic SXMLMetaDataparseMetaData(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
-