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
FO_URI, FOX_URI, locator, log, nodeChangeBarList, parent, siblings, startOfNodeChangeBarList
Modifier | Constructor and Description |
---|---|
protected |
UnknownXMLObj(FONode parent,
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,
Locator locator)
Adds characters.
|
String |
getNamespaceURI()
Returns the namespace URI for this node
|
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, getChangeBarList, 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, isChangeBarElement, isDelimitedTextRangeBoundary, missingChildElementError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, nodesOutOfOrderError, notSupportedChildError, removeChild, setLocator, setStructureTreeElement, startOfNode, tooManyNodesError, tooManyNodesError, tooManyNodesError, validateChildNode, warningText
public String getNamespaceURI()
getNamespaceURI
in class FONode
public 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, 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 © 2025 Apache Software Foundation. All rights reserved.