public class UnknownXMLObj extends XMLObj
Modifier and Type | Class and Description |
---|---|
static class |
UnknownXMLObj.Maker
Inner class for an UnknownXMLObj Maker
|
FONode.FONodeIterator, FONode.GatherContextInfoFunction
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 |
addChildNode(FONode child)
Adds a node as a child of this node.
|
protected void |
characters(char[] data,
int start,
int length,
PropertyList pList,
org.xml.sax.Locator locator)
Adds characters.
|
java.lang.String |
getNamespaceURI()
Returns the namespace URI for this node
|
java.lang.String |
getNormalNamespacePrefix()
Returns the normally used namespace prefix for this node
|
addElement, buildTopLevel, createBasicDocument, getDimension, getDOMDocument, getIntrinsicAlignmentAdjust, getLocalName, notifyObjectBuilt, processNode, validateChildNode
addCharacters, attachSiblings, bind, canHaveMarkers, charIterator, clone, clone, collectDelimitedTextRanges, collectDelimitedTextRanges, createPropertyList, decorateWithContextInfo, endOfNode, errorText, finalizeNode, gatherContextInfo, getBuilderContext, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getContextInfoAlt, getExtensionAttachment, getFOEventHandler, getFOValidationEventProducer, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodePrefix, getNodeString, getParent, getRoot, getStructureTreeElement, getUserAgent, inMarker, invalidChildError, invalidChildError, invalidPropertyValueError, isBidiRangeBlockItem, isDelimitedTextRangeBoundary, missingChildElementError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, nodesOutOfOrderError, notSupportedChildError, removeChild, setLocator, setStructureTreeElement, startOfNode, tooManyNodesError, tooManyNodesError, tooManyNodesError, validateChildNode, warningText
protected UnknownXMLObj(FONode parent, java.lang.String space)
parent
- the parent formatting objectspace
- the namespace for this objectpublic java.lang.String getNamespaceURI()
getNamespaceURI
in class FONode
public java.lang.String getNormalNamespacePrefix()
getNormalNamespacePrefix
in class FONode
protected void addChildNode(FONode child)
addChildNode
in class XMLObj
child
- child node to be added to the childNodes of this nodeprotected void characters(char[] data, int start, int length, PropertyList pList, org.xml.sax.Locator locator) throws FOPException
#PCDATA
content.characters
in class XMLObj
data
- array of characters containing text to be addedstart
- starting array element to addlength
- number of elements to addpList
- currently applicable PropertyListlocator
- location in the XSL-FO source file.FOPException
- if there's a problem during processingCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.