- fatalError(SAXParseException) - Method in class org.dom4j.io.SAXContentHandler
-
This method is called when a fatal error occurs during parsing.
- fatalError(SAXParseException) - Method in class org.dom4j.util.XMLErrorHandler
-
- FATALERROR_QNAME - Static variable in class org.dom4j.util.XMLErrorHandler
-
- FEATURE_NAMESPACE_PREFIXES - Static variable in class org.dom4j.io.SAXWriter
-
- FEATURE_NAMESPACES - Static variable in class org.dom4j.io.SAXWriter
-
- FilterIterator - Class in org.dom4j.tree
-
- FilterIterator(Iterator) - Constructor for class org.dom4j.tree.FilterIterator
-
Deprecated.
- findDefaultNamespace() - Method in class org.dom4j.tree.NamespaceStack
-
Attempts to find the current default namespace on the stack right now or
returns null if one could not be found
- findNext() - Method in class org.dom4j.tree.FilterIterator
-
Deprecated.
- fireRule(Node) - Method in class org.dom4j.rule.Mode
-
Runs the actions associated with the given node
- flush() - Method in class org.dom4j.io.XMLWriter
-
Flushes the underlying Writer
- FlyweightAttribute - Class in org.dom4j.tree
-
FlyweightAttribute
is a Flyweight pattern implementation of a
singly linked, read-only XML Attribute.
- FlyweightAttribute(String, String) - Constructor for class org.dom4j.tree.FlyweightAttribute
-
Creates the Attribute
with the specified local name and
value.
- FlyweightAttribute(String, String, Namespace) - Constructor for class org.dom4j.tree.FlyweightAttribute
-
Creates the Attribute
with the specified local name, value
and Namespace
.
- FlyweightAttribute(QName) - Constructor for class org.dom4j.tree.FlyweightAttribute
-
- FlyweightAttribute(QName, String) - Constructor for class org.dom4j.tree.FlyweightAttribute
-
- FlyweightCDATA - Class in org.dom4j.tree
-
FlyweightCDATA
is a Flyweight pattern implementation of a
singly linked, read-only XML CDATA.
- FlyweightCDATA(String) - Constructor for class org.dom4j.tree.FlyweightCDATA
-
DOCUMENT ME!
- FlyweightComment - Class in org.dom4j.tree
-
FlyweightComment
is a Flyweight pattern implementation of a
singly linked, read-only XML Comment.
- FlyweightComment(String) - Constructor for class org.dom4j.tree.FlyweightComment
-
DOCUMENT ME!
- FlyweightEntity - Class in org.dom4j.tree
-
FlyweightEntity
is a Flyweight pattern implementation of a
singly linked, read-only XML entity.
- FlyweightEntity() - Constructor for class org.dom4j.tree.FlyweightEntity
-
A default constructor for implementors to use.
- FlyweightEntity(String) - Constructor for class org.dom4j.tree.FlyweightEntity
-
Creates the Entity
with the specified name
- FlyweightEntity(String, String) - Constructor for class org.dom4j.tree.FlyweightEntity
-
Creates the Entity
with the specified name and text.
- FlyweightProcessingInstruction - Class in org.dom4j.tree
-
FlyweightProcessingInstruction
is a Flyweight pattern
implementation of a singly linked, read-only XML Processing Instruction.
- FlyweightProcessingInstruction() - Constructor for class org.dom4j.tree.FlyweightProcessingInstruction
-
A default constructor for implementors to use.
- FlyweightProcessingInstruction(String, String) - Constructor for class org.dom4j.tree.FlyweightProcessingInstruction
-
This will create a new PI with the given target and values
- FlyweightProcessingInstruction(String, Map) - Constructor for class org.dom4j.tree.FlyweightProcessingInstruction
-
This will create a new PI with the given target and values
- FlyweightText - Class in org.dom4j.tree
-
FlyweightText
is a Flyweight pattern implementation of a
singly linked, read-only XML Text.
- FlyweightText(String) - Constructor for class org.dom4j.tree.FlyweightText
-
DOCUMENT ME!
- foo() - Method in class org.dom4j.dom.DOMAttributeNodeMap
-