| org.netbeans.modules.visualweb.designer.markup.AbstractRaveDocument org.netbeans.modules.visualweb.designer.markup.RaveSourceDocument
RaveSourceDocument | public class RaveSourceDocument extends AbstractRaveDocument (Code) | | Document representing JSP DOM (the source DOM).
author: Peter Zavadsky |
Method Summary | |
protected Element | createDefaultElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName) | protected Element | createDefaultElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName, String localpart) | protected Element | createStyleElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName) | protected Element | createStylesheetLinkElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName) | protected Element | createTableElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName) | protected Text | createTextNode(CoreDocumentImpl document, String data) |
RaveSourceDocument | public RaveSourceDocument()(Code) | | Creates a new instance of RaveSourceDocument
|
createDefaultElement | protected Element createDefaultElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName)(Code) | | |
createStyleElement | protected Element createStyleElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName)(Code) | | |
createStylesheetLinkElement | protected Element createStylesheetLinkElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName)(Code) | | |
createTableElement | protected Element createTableElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName)(Code) | | |
createTextNode | protected Text createTextNode(CoreDocumentImpl document, String data)(Code) | | |
Methods inherited from org.netbeans.modules.visualweb.designer.markup.AbstractRaveDocument | public Attr createAttribute(String name) throws DOMException(Code)(Java Doc) public Attr createAttributeNS(String namespaceUri, String qualifiedName) throws DOMException(Code)(Java Doc) public Attr createAttributeNS(String namespaceUri, String qualifiedName, String localPart) throws DOMException(Code)(Java Doc) abstract protected Element createDefaultElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName)(Code)(Java Doc) abstract protected Element createDefaultElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName, String localpart)(Code)(Java Doc) public Element createElement(String tagName) throws DOMException(Code)(Java Doc) public Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException(Code)(Java Doc) public Element createElementNS(String namespaceURI, String qualifiedName, String localpart) throws DOMException(Code)(Java Doc) abstract protected Element createStyleElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName)(Code)(Java Doc) abstract protected Element createStylesheetLinkElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName)(Code)(Java Doc) abstract protected Element createTableElement(CoreDocumentImpl document, String namespaceURI, String qualifiedName)(Code)(Java Doc) public Text createTextNode(String data)(Code)(Java Doc) abstract protected Text createTextNode(CoreDocumentImpl document, String data)(Code)(Java Doc) public Node importNode(Node source, boolean deep) throws DOMException(Code)(Java Doc)
|
|
|