protected abstract class AbstractMarkupDocumentBuilder.Block
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractMarkupDocumentBuilder.Block(DocumentBuilder.BlockType blockType) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
DocumentBuilder.BlockType |
getBlockType() |
AbstractMarkupDocumentBuilder.Block |
getPreviousBlock() |
protected boolean |
isImplicitBlock() |
void |
open() |
void |
write(int c) |
void |
write(java.lang.String s) |
protected AbstractMarkupDocumentBuilder.Block(DocumentBuilder.BlockType blockType)
public void write(int c) throws java.io.IOException
java.io.IOException
public void write(java.lang.String s) throws java.io.IOException
java.io.IOException
public void open() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
public AbstractMarkupDocumentBuilder.Block getPreviousBlock()
public DocumentBuilder.BlockType getBlockType()
protected boolean isImplicitBlock()
Copyright © 2007, 2013 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html