| |
|
| java.lang.Object org.jibx.extras.DocumentModelMapperBase
All known Subclasses: org.jibx.extras.DomMapperBase, org.jibx.extras.Dom4JMapperBase,
DocumentModelMapperBase | public class DocumentModelMapperBase (Code) | | Base implementation for custom marshaller/unmarshallers to any document
model representation. This class just provides a few basic operations that
are used by the representation-specific subclasses.
author: Dennis M. Sosnoski version: 1.0 |
XMLNS_NAMESPACE | final public static String XMLNS_NAMESPACE(Code) | | Fixed XML namespace namespace.
|
XML_NAMESPACE | final public static String XML_NAMESPACE(Code) | | Fixed XML namespace.
|
m_xmlWriter | protected IXMLWriter m_xmlWriter(Code) | | Writer for direct output as XML.
|
accumulateText | protected String accumulateText() throws JiBXException(Code) | | Accumulate text content. This consolidates consecutive text and entities
to a single string.
consolidated text string exception: JiBXException - on error in unmarshalling |
getNamespaceUri | protected String getNamespaceUri(int index)(Code) | | Get namespace URI for index.
Parameters: index - namespace index to look up uri namespace URI at index position |
getNextNamespaceIndex | protected int getNextNamespaceIndex()(Code) | | Get next namespace index.
next namespace index |
isWhitespace | protected boolean isWhitespace(char chr)(Code) | | Check if a character is a space character.
Parameters: chr - character to be checked true if whitespace, false if not |
|
|
|