| |
|
| java.lang.Object org.apache.cxf.staxutils.AbstractDOMStreamReader org.apache.cxf.staxutils.W3CDOMStreamReader
W3CDOMStreamReader | public W3CDOMStreamReader(Element element)(Code) | | Parameters: element - |
endElement | protected void endElement()(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) | | |
getDocument | public Document getDocument()(Code) | | Get the document associated with this stream.
|
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) | | |
newFrame | final protected void newFrame(ElementFrame frame)(Code) | | Find name spaces declaration in atrributes and move them to separate
collection.
|
Fields inherited from org.apache.cxf.staxutils.AbstractDOMStreamReader | protected int currentEvent(Code)(Java Doc)
|
|
|
|