org.apache.fop.fo
public class UnknownXMLObj extends XMLObj
| Modifier and Type | Class and Description |
|---|---|
static class |
UnknownXMLObj.Maker
Inner class for an UnknownXMLObj Maker
|
FONode.FONodeIterator| Modifier | Constructor and Description |
|---|---|
protected |
UnknownXMLObj(FONode parent,
java.lang.String space)
Constructs an unknown xml object (called by Maker).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCharacters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Add parsed characters to this object
|
protected void |
addChildNode(FONode child)
Adds a node as a child of this node.
|
java.lang.String |
getNamespaceURI() |
java.lang.String |
getNormalNamespacePrefix() |
addElement, buildTopLevel, createBasicDocument, getDimension, getDOMDocument, getIntrinsicAlignmentAdjust, getLocalName, notifyObjectBuilt, processNode, validateChildNodeattachSiblings, attributeError, attributeWarning, bind, canHaveMarkers, charIterator, clone, clone, createPropertyList, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getExtensionAttachment, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, inMarker, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, removeChild, setLocator, startOfNode, tooManyNodesError, tooManyNodesError, validateChildNode, warningTextprotected UnknownXMLObj(FONode parent, java.lang.String space)
parent - the parent formatting objectspace - the namespace for this objectpublic java.lang.String getNamespaceURI()
getNamespaceURI in class FONodepublic java.lang.String getNormalNamespacePrefix()
getNormalNamespacePrefix in class FONodeprotected void addChildNode(FONode child)
addChildNode in class XMLObjchild - child node to be added to the childNodes of this nodeprotected void addCharacters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
addCharacters in class XMLObjdata - array of characters contaning the text to addstart - starting array element to addlength - number of characters from the array to addpList - the currently applicable property listlocator - location in fo source file.Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.