| java.lang.Object org.openlaszlo.js2doc.JS2DocUtils
JS2DocUtils | public class JS2DocUtils (Code) | | |
Method Summary | |
static void | appendToAttribute(org.w3c.dom.Element node, String attr, String value) | static void | checkChildrenLowerBounds(SimpleNode node, int min, int expectedMax, String methodName) | static ConditionalState | conditionalStateFromElement(org.w3c.dom.Element propertyOwner, Set exclusiveOptions, List independentOptions) | static void | debugPrintNode(SimpleNode parseNode) | static void | debugPrintNode(SimpleNode parseNode, int level, int index) | static String | derivePropertyID(org.w3c.dom.Node propertyOwner, String propertyName, ConditionalState state) | static void | describeConditionalState(ConditionalState state, org.w3c.dom.Element docNode) | public static org.w3c.dom.Element | findFirstChildElementWithAttribute(org.w3c.dom.Element docNode, String tagName, String attrName, String name) | public static org.w3c.dom.Node | firstChildNodeWithName(org.w3c.dom.Node node, String name) | static String | nodeDescription(SimpleNode parseNode) | static String | nodeLocationInfo(SimpleNode parseNode) | static String | optionsToString(Collection options) | public static void | setXMLContent(org.w3c.dom.Element node, String content) | public static void | xmlToFile(org.w3c.dom.Node node, String filename) | public static String | xmlToString(org.w3c.dom.Node node) |
checkChildrenLowerBounds | static void checkChildrenLowerBounds(SimpleNode node, int min, int expectedMax, String methodName)(Code) | | |
debugPrintNode | static void debugPrintNode(SimpleNode parseNode, int level, int index)(Code) | | |
|
|