| |
|
| org.apache.cxf.aegis.util.stax.JDOMStreamReader
JDOMStreamReader | public class JDOMStreamReader extends AbstractDOMStreamReader (Code) | | Facade for DOMStreamReader using JDOM implmentation.
author: Tomasz Sztelak |
JDOMStreamReader | public JDOMStreamReader(Element element)(Code) | | Parameters: element - |
JDOMStreamReader | public JDOMStreamReader(Document document)(Code) | | Parameters: document - |
endElement | protected void endElement()(Code) | | |
getAttribute | Attribute getAttribute(int i)(Code) | | |
getAttributeCount | public int getAttributeCount()(Code) | | |
getAttributeLocalName | public String getAttributeLocalName(int i)(Code) | | |
getAttributeName | public QName getAttributeName(int i)(Code) | | |
getAttributeNamespace | public String getAttributeNamespace(int i)(Code) | | |
getAttributePrefix | public String getAttributePrefix(int i)(Code) | | |
getAttributeValue | public String getAttributeValue(int i)(Code) | | |
getChildCount | protected int getChildCount()(Code) | | |
getChildFrame | protected ElementFrame getChildFrame(int currentChild)(Code) | | |
getCurrentElement | public Element getCurrentElement()(Code) | | |
getNamespace | Namespace getNamespace(int i)(Code) | | |
getNamespaceCount | public int getNamespaceCount()(Code) | | |
getNamespacePrefix | public String getNamespacePrefix(int i)(Code) | | |
getTextCharacters | public char[] getTextCharacters()(Code) | | |
getTextLength | public int getTextLength()(Code) | | |
getTextStart | public int getTextStart()(Code) | | |
isAttributeSpecified | public boolean isAttributeSpecified(int i)(Code) | | |
moveToChild | protected int moveToChild(int currentChild)(Code) | | |
|
|
|